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

[AWS|Core] Stop flapping test by clearing out mock data

This commit is contained in:
Frederick Cheung 2014-11-07 10:29:39 +00:00
parent f350773a12
commit 31ec39310d

View file

@ -1,4 +1,6 @@
Shindo.tests('Fog::Compute[:aws] | tag requests', ['aws']) do Shindo.tests('Fog::Compute[:aws] | tag requests', ['aws']) do
Fog::Compute::AWS::Mock.reset if Fog.mocking?
@tags_format = { @tags_format = {
'tagSet' => [{ 'tagSet' => [{
'key' => String, 'key' => String,