diff --git a/src/test/scala/com/github/matsluni/akkahttpspi/BaseAwsClientTest.scala b/src/test/scala/com/github/matsluni/akkahttpspi/BaseAwsClientTest.scala index e93e360..78865a0 100644 --- a/src/test/scala/com/github/matsluni/akkahttpspi/BaseAwsClientTest.scala +++ b/src/test/scala/com/github/matsluni/akkahttpspi/BaseAwsClientTest.scala @@ -64,9 +64,9 @@ trait LocalstackBaseAwsClientTest[C <: SdkClient] extends BaseAwsClientTest[C] { object LocalstackServicePorts { //services and ports based on https://github.com/localstack/localstack val services: Map[String, Int] = Map( - "s3" -> 4572, - "sqs" -> 4576, - "sns" -> 4575, - "dynamodb" -> 4569 + "s3" -> 4566, + "sqs" -> 4566, + "sns" -> 4566, + "dynamodb" -> 4566 ) }