Use have_gitlab_http_status in runner_spec
This commit is contained in:
parent
225edb0d2d
commit
8b8b466a7f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue