Skip to content

Commit

Permalink
fixup! DynamoDB Relay: Refactor "drop stream" action into test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Sep 14, 2024
1 parent f3147a3 commit cca6bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/io/dynamodb/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def setup(self):
self.container.with_services("dynamodb", "kinesis")
self.container.start()

self.dynamodb_adapter = DynamoDBAdapter(URL(self.get_connection_url_dynamodb()))
self.dynamodb_adapter = DynamoDBAdapter(URL(f"{self.get_connection_url_dynamodb()}/?region=us-east-1"))
self.kinesis_adapter = KinesisAdapter(
URL(f"{self.get_connection_url_kinesis_dynamodb_cdc()}/?region=us-east-1")
)
Expand Down

0 comments on commit cca6bff

Please sign in to comment.