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:
parent
f350773a12
commit
31ec39310d
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue