Commit 835213b5 authored by Nick Thomas's avatar Nick Thomas

Fix a failing spec in environments_controller_spec.rb

parent ae183043
......@@ -266,7 +266,7 @@ describe Projects::EnvironmentsController do
get :status, environment_params
expect(response.status).to eq(204)
expect(response.headers['Poll-Interval']).to eq(3000)
expect(response.headers['Poll-Interval']).to eq("3000")
end
it 'returns the rollout status when present' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment