Skip to content

Commit 9d07a58

Browse files
authored
Revert "Change the region of acceptance tests to us-west4 (#1329)" (#1330)
This reverts commit 27a2816.
1 parent 27a2816 commit 9d07a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spark-bigquery-connector-common/src/test/java/com/google/cloud/spark/bigquery/acceptance/AcceptanceTestConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
public class AcceptanceTestConstants {
2121

22-
public static final String REGION = "us-west4";
22+
public static final String REGION = "us-west1";
2323
public static final String DATAPROC_ENDPOINT = REGION + "-dataproc.googleapis.com:443";
2424
public static final String PROJECT_ID =
2525
Preconditions.checkNotNull(

0 commit comments

Comments
 (0)