File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
compute/cloud-client/src/test/java/compute/reservation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ public static void setUp()
7676 reservationsClient = ReservationsClient .create ();
7777 instancesClient = InstancesClient .create ();
7878
79- RESERVATION_NAME = "test-reservat " + javaVersion + "-"
79+ RESERVATION_NAME = "reservation " + javaVersion + "-"
8080 + UUID .randomUUID ().toString ().substring (0 , 8 );
8181 RESERVATION_NAME_FROM_VM = "test-reservation-from-vm-" + javaVersion + "-"
8282 + UUID .randomUUID ().toString ().substring (0 , 8 );
@@ -85,7 +85,7 @@ public static void setUp()
8585
8686 // Cleanup existing stale resources.
8787 Util .cleanUpExistingInstances ("test-instance-for-reserv-" + javaVersion , PROJECT_ID , ZONE );
88- Util .cleanUpExistingReservations ("test-reservat " + javaVersion , PROJECT_ID , ZONE );
88+ Util .cleanUpExistingReservations ("reservation " + javaVersion , PROJECT_ID , ZONE );
8989 Util .cleanUpExistingReservations ("test-reservation-from-vm-" + javaVersion , PROJECT_ID , ZONE );
9090
9191 CreateInstance .createInstance (PROJECT_ID , ZONE , INSTANCE_FOR_RESERVATION );
You can’t perform that action at this time.
0 commit comments