Skip to content

Commit

Permalink
ouch
Browse files Browse the repository at this point in the history
  • Loading branch information
beniwohli committed Mar 23, 2021
1 parent 2a77e4d commit 614799d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/instrumentation/botocore_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

@pytest.fixture()
def dynamodb():
db = boto3.client("dynamodb", endpoint_url="http://localhost:4566")
db = boto3.client("dynamodb", endpoint_url=LOCALSTACK_ENDPOINT)
db.create_table(
TableName="Movies",
KeySchema=[
Expand Down

0 comments on commit 614799d

Please sign in to comment.