File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
compute/cloud-client/src/test/java/compute/reservation Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4949public class CrudOperationsReservationIT {
5050
5151 private static final String PROJECT_ID = System .getenv ("GOOGLE_CLOUD_PROJECT" );
52- private static final String ZONE = "us-central1-a " ;
52+ private static final String ZONE = "us-central1-b " ;
5353 static String javaVersion = System .getProperty ("java.version" ).substring (0 , 2 );
5454 private static final String RESERVATION_NAME = "test-reservation-" + javaVersion + "-"
5555 + UUID .randomUUID ().toString ().substring (0 , 8 );
Original file line number Diff line number Diff line change 5252public class ReservationIT {
5353
5454 private static final String PROJECT_ID = System .getenv ("GOOGLE_CLOUD_PROJECT" );
55- private static final String ZONE = "us-west1 -a" ;
55+ private static final String ZONE = "asia-south1 -a" ;
5656 private static final String REGION = ZONE .substring (0 , ZONE .lastIndexOf ('-' ));
5757 static String javaVersion = System .getProperty ("java.version" ).substring (0 , 2 );
5858 private static ReservationsClient reservationsClient ;
You can’t perform that action at this time.
0 commit comments