Skip to content

Commit 0cff0bb

Browse files
igorbernstein2rahulKQL
authored andcommitted
chore: fix integration test zones to work across all environments (#82)
1 parent f184012 commit 0cff0bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/test_helpers/env/AbstractTestEnv.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ public boolean isDirectPathEnabled() {
7979
}
8080

8181
public String getPrimaryZone() {
82-
return "us-east1-b";
82+
return "us-central1-b";
8383
}
8484

8585
public String getSecondaryZone() {
86-
return "us-central1-b";
86+
return "us-east1-b";
8787
}
8888

8989
void cleanUpStale() {

0 commit comments

Comments
 (0)