Skip to content

Commit

Permalink
fix external account tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sai-sunder-s committed Nov 8, 2022
1 parent c9b20a9 commit c06c896
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -1117,8 +1117,8 @@ private GenericJson buildJsonAwsCredential() {

Map<String, String> map = new HashMap<>();
map.put("environment_id", "aws1");
map.put("region_url", "regionUrl");
map.put("url", "url");
map.put("region_url", "https://169.254.169.254/region");
map.put("url", "https://169.254.169.254/");
map.put("regional_cred_verification_url", "regionalCredVerificationUrl");
json.put("credential_source", map);

Expand Down

0 comments on commit c06c896

Please sign in to comment.