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

[AWS] avoid spurious test failure when tag test returns before images test

This commit is contained in:
Frederick Cheung 2012-09-03 14:48:54 +01:00
parent c2359184b1
commit 1b531deee4

View file

@ -74,4 +74,5 @@ Shindo.tests('Fog::Compute[:aws] | tag requests', ['aws']) do
end
end
Fog::Compute::AWS::Mock.reset if Fog.mocking?
end