Skip to content

Commit

Permalink
Update ShipmentServiceIntegration.java
Browse files Browse the repository at this point in the history
update LS version to 3.0.1 in tests
  • Loading branch information
tinyg210 authored Jan 9, 2024
1 parent 8a28dce commit 1a69492
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class ShipmentServiceIntegration {

@Container
protected static LocalStackContainer localStack =
new LocalStackContainer(DockerImageName.parse("localstack/localstack-pro:latest"))
new LocalStackContainer(DockerImageName.parse("localstack/localstack-pro:3.0.1"))
.withEnv("LOCALSTACK_AUTH_TOKEN", System.getenv("LOCALSTACK_AUTH_TOKEN"))
.withFileSystemBind("src/test/java/resources/shipment-list-demo-cloud-pod",
"/etc/localstack/init-pods.d/shipment-list-demo-cloud-pod")
Expand Down

0 comments on commit 1a69492

Please sign in to comment.