We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae0c86d commit 22e50a8Copy full SHA for 22e50a8
compute/cloud-client/src/test/java/compute/reservation/CrudOperationsReservationIT.java
@@ -49,7 +49,7 @@
49
public class CrudOperationsReservationIT {
50
51
private static final String PROJECT_ID = System.getenv("GOOGLE_CLOUD_PROJECT");
52
- private static final String ZONE = "us-east4-c";
+ private static final String ZONE = "us-west1-a";
53
private static String RESERVATION_NAME;
54
private static final int NUMBER_OF_VMS = 3;
55
static String javaVersion = System.getProperty("java.version").substring(0, 2);
0 commit comments