Skip to content

Commit

Permalink
test(credential-provider-node): add default region to reserved env va…
Browse files Browse the repository at this point in the history
…riables (#5772)
  • Loading branch information
siddsriv authored Feb 6, 2024
1 parent 4111e1b commit 47bdcaf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ describe("credential-provider-node integration test", () => {
let processSnapshot: typeof process.env = null as any;

const RESERVED_ENVIRONMENT_VARIABLES = {
AWS_DEFAULT_REGION: 1,
AWS_REGION: 1,
AWS_PROFILE: 1,
AWS_ACCESS_KEY_ID: 1,
Expand Down

0 comments on commit 47bdcaf

Please sign in to comment.