Skip to content

Commit

Permalink
fix(test): change s3 endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
lakkeger committed Feb 16, 2024
1 parent 5bceaf3 commit 33a3ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
os.environ["AWS_SECRET_ACCESS_KEY"] = "test"

s3: "S3Client" = boto3.client(
"s3", endpoint_url="http://localhost.localstack.cloud:4566"
"s3", endpoint_url="http://s3.localhost.localstack.cloud:4566"
)
ssm: "SSMClient" = boto3.client(
"ssm", endpoint_url="http://localhost.localstack.cloud:4566"
Expand Down

0 comments on commit 33a3ed0

Please sign in to comment.