Commit 51d7ea47 authored by Robert Speicher's avatar Robert Speicher

Merge branch '6669-extract-ee-specific-files-lines-for-ci-cd-spec-requests-api-ce' into 'master'

Resolve "Extract EE specific files/lines for CI/CD spec/requests/api" CE

See merge request gitlab-org/gitlab-ce!27147
parents 7b0f9f82 8b8b466a
......@@ -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