Skip to content

Commit 66ea64e

Browse files
Update tests/testing/test_decorators.py
Co-authored-by: Viren Nadkarni <[email protected]>
1 parent 4b28481 commit 66ea64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testing/test_decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class TestPodsDecorators:
3535
def test_pod_load_decorator(self):
3636
sqs_client = boto3.client(
3737
"sqs",
38-
endpoint_url="http://localhost.localstack.cloud:4566",
38+
endpoint_url=sdk_client.configuration.host,
3939
region_name="us-east-1",
4040
aws_access_key_id="test",
4141
aws_secret_access_key="test",

0 commit comments

Comments
 (0)