Skip to content
Snippets Groups Projects
Commit e3a422c2 authored by Kamil Trzcińśki's avatar Kamil Trzcińśki
Browse files

Fix LFS specs

parent 548169cf
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -586,8 +586,8 @@ describe 'Git LFS API and storage' do
context 'when CI is authorized' do
let(:authorization) { authorize_ci_project }
 
it 'responds with 403' do
expect(response).to have_http_status(403)
it 'responds with 401' do
expect(response).to have_http_status(401)
end
end
end
Loading
Loading
@@ -613,8 +613,8 @@ describe 'Git LFS API and storage' do
context 'when CI is authorized' do
let(:authorization) { authorize_ci_project }
 
it 'responds with status 403' do
expect(response).to have_http_status(403)
it 'responds with status 401' do
expect(response).to have_http_status(401)
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