Skip to content

Commit

Permalink
add setting of region to env
Browse files Browse the repository at this point in the history
  • Loading branch information
nullfunc committed Jan 2, 2025
1 parent 5644258 commit 4d81c07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cmd/cli/command/commands_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ func TestCommandGates(t *testing.T) {
t.Fatalf("Failed to change directory: %v", err)
}

t.Setenv("AWS_REGION", "us-west-2")
t.Cleanup(func() {
os.Chdir(origDir)
})
Expand Down

0 comments on commit 4d81c07

Please sign in to comment.