Skip to content

Commit e146528

Browse files
Changed zone for HyperdisksIT
1 parent 7b9b41f commit e146528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compute/cloud-client/src/test/java/compute/disks/HyperdisksIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
@TestMethodOrder(MethodOrderer.OrderAnnotation.class)
4545
public class HyperdisksIT {
4646
private static final String PROJECT_ID = System.getenv("GOOGLE_CLOUD_PROJECT");
47-
private static final String ZONE = "us-west1-a";
47+
private static final String ZONE = "us-central1-a";
4848
private static final String HYPERDISK_NAME = "test-hyperdisk-enc-" + UUID.randomUUID();
4949
private static final String HYPERDISK_IN_POOL_NAME = "test-hyperdisk-enc-" + UUID.randomUUID();
5050
private static final String STORAGE_POOL_NAME = "test-storage-pool-enc-" + UUID.randomUUID();

0 commit comments

Comments
 (0)