Skip to content

Commit

Permalink
minimal fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
noemil12 committed Dec 18, 2023
1 parent 6ce9c56 commit e0eff3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class LocalStackTestConfig {

static {
localStack.start();
System.setProperty("aws.endpoint-url", localStack.getEndpointOverride(DYNAMODB).toString().concat("/000000000000/"));
System.setProperty("aws.sqs-endpoint", localStack.getEndpointOverride(DYNAMODB).toString().concat("/000000000000/"));
try {
System.setProperty("aws.sharedCredentialsFile", new ClassPathResource("testcontainers/credentials").getFile().getAbsolutePath());
} catch (IOException e) {
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/testcontainers/init.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
echo "### CREATE SIGNAL HUB QUEUES ###"
echo "### CREATE PN-SERVICE-DESK QUEUES ###"

queues="internal-queue"

Expand Down

0 comments on commit e0eff3c

Please sign in to comment.