Use env credentials for all tests
This commit is contained in:
parent
8e909f580a
commit
fd4e524855
2 changed files with 4 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue