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:
parent
b111aedbce
commit
bfbc6830f4
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue