Commit 8b8b466a authored by Matija Čupić's avatar Matija Čupić

Use have_gitlab_http_status in runner_spec

parent 225edb0d
......@@ -1734,7 +1734,7 @@ describe API::Runner, :clean_gitlab_redis_shared_state do
end
it 'download artifacts' do
expect(response).to have_http_status(200)
expect(response).to have_gitlab_http_status(200)
expect(response.headers.to_h).to include download_headers
end
end
......
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