We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 023123c commit b659608Copy full SHA for b659608
conftest.py
@@ -73,7 +73,7 @@ def env_setup():
73
def dynamodb(fake_users, monkeypatch):
74
from fuzzbucket import aws
75
76
- with moto.mock_dynamodb():
+ with moto.mock_aws():
77
ddb = boto3.resource("dynamodb", region_name="us-east-1")
78
setup_dynamodb_tables(ddb, fake_users)
79
@@ -87,7 +87,7 @@ def dynamodb(fake_users, monkeypatch):
87
def ec2(monkeypatch):
88
89
90
- with moto.mock_ec2():
91
ec2c = boto3.client("ec2", region_name="us-east-1")
92
93
with monkeypatch.context() as mp:
0 commit comments