Skip to content

Commit 41e2bd7

Browse files
changed zone
1 parent 64e21dc commit 41e2bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compute/cloud-client/src/test/java/compute/reservation/ConsumeReservationIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
public class ConsumeReservationIT {
3636

3737
private static final String PROJECT_ID = System.getenv("GOOGLE_CLOUD_PROJECT");
38-
private static final String ZONE = "us-east4-b";
38+
private static final String ZONE = "europe-southwest1-a";
3939
private static InstancesClient instancesClient;
4040
static String javaVersion = System.getProperty("java.version").substring(0, 2);
4141
private static final String INSTANCE_NOT_CONSUME_RESERVATION_NAME =

0 commit comments

Comments
 (0)