Add region to DDB tests

This commit is contained in:
Bert Blommers 2020-02-09 11:58:41 +00:00
parent 936d686392
commit 2bd93a76fc

View File

@ -3611,7 +3611,7 @@ def test_update_supports_list_append_maps():
@mock_dynamodb2
def test_update_supports_list_append_with_nested_if_not_exists_operation():
dynamo = boto3.resource("dynamodb")
dynamo = boto3.resource("dynamodb", region_name="us-west-1")
table_name = "test"
dynamo.create_table(