Use env credentials for all tests

This commit is contained in:
Jordan Guymon 2018-10-01 09:45:12 -07:00 committed by Lorenz Hufnagel
commit fd4e524855
2 changed files with 4 additions and 2 deletions

View file

@ -295,9 +295,11 @@ class BotocoreStubber(object):
return response
botocore_stubber = BotocoreStubber()
BUILTIN_HANDLERS.append(('before-send', botocore_stubber))
class BotocoreEventMockAWS(BaseMockAWS):
def reset(self):
botocore_stubber.reset()