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 99ae12f commit 118fc0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ static void overrideConfiguration(DynamicPropertyRegistry registry) {
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");
System.setProperty("aws.secretAccessKey", "bar");
}

@TestConfiguration
Expand Down

0 comments on commit 118fc0b

Please sign in to comment.