removed duplicates

This commit is contained in:
Diego Lendoiro 2018-05-08 12:45:32 +02:00
parent c467f25fe3
commit cd952bd72d
1 changed files with 0 additions and 7 deletions

View File

@ -114,11 +114,4 @@ describe 'passbolt_api service' do
end end
end end
describe 'passbolt conf files can not be retrieved' do
let(:uri) { '/config/gpg/serverkey_private.asc' }
it 'returns 404' do
expect(command(curl).stdout).to eq '404'
end
end
end end