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 7274dd1 commit 897d205Copy full SHA for 897d205
compute/cloud-client/src/test/java/compute/reservation/CrudOperationsReservationIT.java
@@ -41,7 +41,7 @@
41
@Timeout(value = 6, unit = TimeUnit.MINUTES)
42
public class CrudOperationsReservationIT {
43
private static final String PROJECT_ID = System.getenv("GOOGLE_CLOUD_PROJECT");
44
- private static final String ZONE = "us-central1-a";
+ private static final String ZONE = "us-central1-b";
45
private static final String RESERVATION_NAME = "test-reservation-" + UUID.randomUUID();
46
private static final int NUMBER_OF_VMS = 3;
47
0 commit comments