We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c2182d commit 123d636Copy full SHA for 123d636
1 file changed
solvis_graphql_api/data_store/test/test_model.py
@@ -3,14 +3,13 @@
3
"""
4
5
import boto3
6
-from moto import mock_dynamodb, mock_s3
+from moto import mock_aws
7
8
from solvis_graphql_api.data_store import model
9
from solvis_graphql_api.data_store.config import REGION, S3_BUCKET_NAME
10
11
12
-@mock_s3
13
-@mock_dynamodb
+@mock_aws
14
class TestBinaryLargeObject:
15
def test_create_blob_table(self):
16
model.BinaryLargeObject.create_table()
0 commit comments