Add region to DDB tests
This commit is contained in:
parent
936d686392
commit
2bd93a76fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue