Commit 361f3d06 authored by Lin Jen-Shin's avatar Lin Jen-Shin
parent 43b6a3ea
...@@ -205,7 +205,7 @@ describe API::API, api: true do ...@@ -205,7 +205,7 @@ describe API::API, api: true do
api("/projects/#{project.id}/builds/artifacts/#{ref}/download?job=#{job}", user) api("/projects/#{project.id}/builds/artifacts/#{ref}/download?job=#{job}", user)
end end
context 'not logging in' do context 'when unauthorized' do
let(:user) { nil } let(:user) { nil }
before do before do
......
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