removed duplicates
This commit is contained in:
parent
c467f25fe3
commit
cd952bd72d
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue