Commit 73be4baf authored by Robert Speicher's avatar Robert Speicher

Change expected status code of job artifacts API response

See https://gitlab.com/gitlab-org/gitlab-ee/issues/3417
parent 1e9ca002
......@@ -304,7 +304,7 @@ describe API::Jobs do
let(:api_user) { nil }
it 'does not return specific job artifacts' do
expect(response).to have_http_status(401)
expect(response).to have_http_status(404)
end
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