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 7b9b41f commit e146528Copy full SHA for e146528
compute/cloud-client/src/test/java/compute/disks/HyperdisksIT.java
@@ -44,7 +44,7 @@
44
@TestMethodOrder(MethodOrderer.OrderAnnotation.class)
45
public class HyperdisksIT {
46
private static final String PROJECT_ID = System.getenv("GOOGLE_CLOUD_PROJECT");
47
- private static final String ZONE = "us-west1-a";
+ private static final String ZONE = "us-central1-a";
48
private static final String HYPERDISK_NAME = "test-hyperdisk-enc-" + UUID.randomUUID();
49
private static final String HYPERDISK_IN_POOL_NAME = "test-hyperdisk-enc-" + UUID.randomUUID();
50
private static final String STORAGE_POOL_NAME = "test-storage-pool-enc-" + UUID.randomUUID();
0 commit comments