Skip to content

Commit

Permalink
fix project
Browse files Browse the repository at this point in the history
  • Loading branch information
rieckpil committed Jan 23, 2024
1 parent 5a952b3 commit 99ae12f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ static void overrideConfiguration(DynamicPropertyRegistry registry) {
registry.add("spring.cloud.aws.credentials.access-key", localStack::getAccessKey);
registry.add("spring.cloud.aws.credentials.secret-key", localStack::getSecretKey);
System.setProperty("aws.region", "eu-central-1");
System.setProperty("aws.accessKeyId", "foo");
System.setProperty("aws.secretKey", "bar");
}

@TestConfiguration
Expand Down

0 comments on commit 99ae12f

Please sign in to comment.