Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
fix: do not set region explicitly
Browse files Browse the repository at this point in the history
Refs: INVTECH-INVTECH-2027
  • Loading branch information
hendrik-nibbrig-idealo committed Jul 21, 2023
1 parent 555539e commit 737dba4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,12 @@
@Testcontainers
@SpringBootTest(properties = {
"cloud.aws.stack.auto=false",
"cloud.aws.region.static=eu-central-1",
"spring.cloud.stream.binders.sns.type=sns",
"spring.cloud.stream.bindings.output-out-0.destination=topic1",
"spring.cloud.stream.bindings.output-out-0.binder=sns",
"spring.cloud.stream.bindings.function.definition=output"
})
class SnsBinderExceptionTest {

@Container
private static final LocalStackContainer localStack = new LocalStackContainer(DockerImageName.parse("localstack/localstack:0.12.10"))
.withServices(SNS, SQS)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
@Testcontainers
@SpringBootTest(properties = {
"cloud.aws.stack.auto=false",
"cloud.aws.region.static=eu-central-1",
"spring.cloud.stream.binders.sns.type=sns",
"spring.cloud.stream.bindings.output-out-0.destination=topic1",
"spring.cloud.stream.bindings.output-out-0.binder=sns",
Expand Down

0 comments on commit 737dba4

Please sign in to comment.