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 6f7e127 commit 29452e6Copy full SHA for 29452e6
compute/cloud-client/src/test/java/compute/disks/HyperdisksIT.java
@@ -64,8 +64,8 @@ public static void setUp()
64
requireEnvVar("GOOGLE_CLOUD_PROJECT");
65
Util.cleanUpExistingStoragePool("test-storage-pool-enc-", PROJECT_ID, ZONE);
66
Util.cleanUpExistingDisks("test-hyperdisk-enc-", PROJECT_ID, ZONE);
67
- Util.cleanUpExistingStoragePool("test-storage-pool-enc-", PROJECT_ID, "ua-central1-a");
68
- Util.cleanUpExistingDisks("test-hyperdisk-enc-", PROJECT_ID, "ua-central1-a");
+ Util.cleanUpExistingStoragePool("test-storage-pool-enc-", PROJECT_ID, "us-central1-a");
+ Util.cleanUpExistingDisks("test-hyperdisk-enc-", PROJECT_ID, "us-central1-a");
69
}
70
71
@AfterAll
0 commit comments