Skip to content

Commit

Permalink
Change the region of acceptance tests to us-west4 (#1329)
Browse files Browse the repository at this point in the history
  • Loading branch information
isha97 authored Dec 19, 2024
1 parent 8414275 commit 27a2816
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

public class AcceptanceTestConstants {

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

0 comments on commit 27a2816

Please sign in to comment.