From 31ec39310d68521985436b62d7ed3a6753d92b25 Mon Sep 17 00:00:00 2001 From: Frederick Cheung Date: Fri, 7 Nov 2014 10:29:39 +0000 Subject: [PATCH] [AWS|Core] Stop flapping test by clearing out mock data --- tests/aws/requests/compute/tag_tests.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/aws/requests/compute/tag_tests.rb b/tests/aws/requests/compute/tag_tests.rb index 78a6bb89c..d01cc60c2 100644 --- a/tests/aws/requests/compute/tag_tests.rb +++ b/tests/aws/requests/compute/tag_tests.rb @@ -1,4 +1,6 @@ Shindo.tests('Fog::Compute[:aws] | tag requests', ['aws']) do + Fog::Compute::AWS::Mock.reset if Fog.mocking? + @tags_format = { 'tagSet' => [{ 'key' => String,