Skip to content

Commit

Permalink
Use non-exhausted zone for redis test (#2894)
Browse files Browse the repository at this point in the history
Merged PR #2894.
  • Loading branch information
emilymye authored and modular-magician committed Dec 30, 2019
1 parent b2ef5d7 commit 2c33e6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/terraform
2 changes: 1 addition & 1 deletion build/terraform-beta
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func TestAccRedisInstance_regionFromLocation(t *testing.T) {
// Pick a zone that isn't in the provider-specified region so we know we
// didn't fall back to that one.
region := "us-west1"
zone := "us-west1-b"
zone := "us-west1-a"
if getTestRegionFromEnv() == "us-west1" {
region = "us-central1"
zone = "us-central1-a"
Expand Down

0 comments on commit 2c33e6b

Please sign in to comment.