Skip to content
Snippets Groups Projects
Commit 73be4baf authored by Robert Speicher's avatar Robert Speicher
Browse files

Change expected status code of job artifacts API response

parent 1e9ca002
No related branches found
No related tags found
1 merge request!2865CE upstream: Friday
Pipeline #
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