Commit fea934b5 authored by Lin Jen-Shin's avatar Lin Jen-Shin
parent 4a1edae3
......@@ -187,7 +187,9 @@ describe API::API, api: true do
get path_for_ref
end
it { expect(response).to have_http_status(401) }
it 'gives 401' do
expect(response).to have_http_status(401)
end
end
context 'non-existing build' 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