Skip to content
Snippets Groups Projects
Commit 2674a96f authored by Robert Speicher's avatar Robert Speicher Committed by Jarka Kadlecova
Browse files

Change expected status code of job artifacts API response

parent 7391d4d0
No related branches found
No related tags found
1 merge request!2880CE to EE merge for 10.0 RC1
Loading
Loading
@@ -304,7 +304,7 @@ def get_artifact_file(artifact_path)
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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment