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 ec11e1b commit e4e4c3bCopy full SHA for e4e4c3b
compute/cloud-client/src/test/java/compute/SnippetsIT.java
@@ -103,7 +103,7 @@ public static void setUp()
103
Util.cleanUpExistingInstances("my-new-test-instance-", PROJECT_ID, ZONE);
104
Util.cleanUpExistingInstances("encrypted-test-instance-", PROJECT_ID, ZONE);
105
Util.cleanUpExistingInstances("test-instance-with-ssd-", PROJECT_ID, ZONE);
106
- Util.cleanUpExistingInstanceTemplates("test-inst-temp-regional", PROJECT_ID);
+ Util.cleanUpExistingRegionalInstanceTemplates("test-inst-temp-regional", PROJECT_ID, ZONE);
107
108
compute.CreateInstance.createInstance(PROJECT_ID, ZONE, MACHINE_NAME);
109
compute.CreateInstance.createInstance(PROJECT_ID, ZONE, MACHINE_NAME_LIST_INSTANCE);
0 commit comments