Skip to content

Commit

Permalink
fix unset
Browse files Browse the repository at this point in the history
  • Loading branch information
blampe committed Dec 11, 2024
1 parent 0b3abb8 commit 2c34100
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/examples_nodejs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,9 @@ func TestAccCloudWatchOIDCManual(t *testing.T) {
AllowEmptyUpdateChanges: true,
// Unset any ambient credentials.
Env: []string{
`AWS_ACCESS_KEY_ID=""`,
`AWS_SECRET_ACCESS_KEY=""`,
`AWS_SESSION_TOKEN=""`,
`AWS_ACCESS_KEY_ID=`,
`AWS_SECRET_ACCESS_KEY=`,
`AWS_SESSION_TOKEN=`,
`AWS_REGION=` + os.Getenv("AWS_REGION"),
},
})
Expand Down

0 comments on commit 2c34100

Please sign in to comment.