Skip to content

Commit

Permalink
set region required by 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knap1930 committed Mar 12, 2024
1 parent 95aac80 commit acb140c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

def dynamodb_table_meta(table_suffix):
class Meta:
region = os.getenv("DYNAMODB_REGION", "us-east-1")
host = os.getenv("DYNAMODB_URL", "http://localhost:8000")
table_name = f"pynamodb-attributes-{table_suffix}"
read_capacity_units = 10
Expand Down

0 comments on commit acb140c

Please sign in to comment.