Add missing region

This commit is contained in:
Bert Blommers 2020-03-17 17:11:35 +00:00 committed by GitHub
parent 67c7fce85e
commit aead80c392
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4067,7 +4067,7 @@ def test_gsi_verify_negative_number_order():
"gsiK1SortKey": Decimal("0.7"),
}
dynamodb = boto3.resource("dynamodb")
dynamodb = boto3.resource("dynamodb", region_name="us-east-1")
dynamodb.create_table(
TableName="test-table", BillingMode="PAY_PER_REQUEST", **table_schema
)