Skip to content

Commit 123d636

Browse files
committed
update moto API;
1 parent 8c2182d commit 123d636

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

solvis_graphql_api/data_store/test/test_model.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
"""
44

55
import boto3
6-
from moto import mock_dynamodb, mock_s3
6+
from moto import mock_aws
77

88
from solvis_graphql_api.data_store import model
99
from solvis_graphql_api.data_store.config import REGION, S3_BUCKET_NAME
1010

1111

12-
@mock_s3
13-
@mock_dynamodb
12+
@mock_aws
1413
class TestBinaryLargeObject:
1514
def test_create_blob_table(self):
1615
model.BinaryLargeObject.create_table()

0 commit comments

Comments
 (0)