Skip to content

Commit

Permalink
CAMEL-20025: camel-aws - Add enum for region option
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <[email protected]>
  • Loading branch information
oscerd committed Oct 24, 2023
1 parent e3aaa3d commit bedcfcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public void testParameters() {
Map<String, Object> parameters = new HashMap<>();
parameters.put("secretKey", "l");
parameters.put("accessKey", "k");
parameters.put("region", "l");
parameters.put("region", "eu-west-1");
parameters.put("label", "test");
parameters.put("operation", STS2Operations.assumeRole);

Expand Down

0 comments on commit bedcfcc

Please sign in to comment.