Skip to content

Commit 5fe7f94

Browse files
Fix Localstack tests
1 parent 767796e commit 5fe7f94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/modules/localstack/src/localstack-container.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ describe("LocalStackContainer", { timeout: 180_000 }, () => {
4949
const container = await new LocalstackContainer(IMAGE)
5050
.withNetwork(network)
5151
.withNetworkAliases("notthis", "localstack") // the last alias is used for HOSTNAME_EXTERNAL
52+
.withEnvironment({ SQS_ENDPOINT_STRATEGY: "path" })
5253
.start();
5354

5455
const awsCliInDockerNetwork = await new GenericContainer("amazon/aws-cli:2.7.27")

0 commit comments

Comments
 (0)