This commit is contained in:
Vratislav Kalenda 2017-10-08 22:11:36 +02:00
parent cd3fa2a709
commit 3b95f5881f
1 changed files with 3 additions and 6 deletions

View File

@ -47,8 +47,7 @@ describe Auth::ContainerRegistryAuthenticationService do
let(:access) do
[{ 'type' => 'registry',
'name' => 'catalog',
'actions' => ['*']
}]
'actions' => ['*'] }]
end
it_behaves_like 'a valid token'
@ -521,7 +520,6 @@ describe Auth::ContainerRegistryAuthenticationService do
end
it_behaves_like 'a browsable'
end
context 'unauthorized' do
@ -578,6 +576,5 @@ describe Auth::ContainerRegistryAuthenticationService do
it_behaves_like 'a forbidden'
it_behaves_like 'not a container repository factory'
end
end
end