Skip to content

Commit 6f7e127

Browse files
Fixed code
1 parent 63ee179 commit 6f7e127

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ public static void setUp()
6464
requireEnvVar("GOOGLE_CLOUD_PROJECT");
6565
Util.cleanUpExistingStoragePool("test-storage-pool-enc-", PROJECT_ID, ZONE);
6666
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");
6769
}
6870

6971
@AfterAll

0 commit comments

Comments
 (0)