1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

The user must be destroyed even in mock mode, otherwise completely unrelated tests fail (e.g. tests/aws/models/iam/users_tests.rb).

This commit is contained in:
Bohuslav Kabrda 2012-06-29 12:54:44 +02:00
parent b111aedbce
commit bfbc6830f4

View file

@ -48,8 +48,6 @@ Shindo.tests('AWS::IAM | access key requests', ['aws']) do
test('failing conditions')
end
unless Fog.mocking?
Fog::AWS[:iam].delete_user('fog_access_key_tests')
end
Fog::AWS[:iam].delete_user('fog_access_key_tests')
end