Update ComposeObjectTemplate and update MockTests

This commit is contained in:
Daniel Broudy 2015-06-08 17:29:21 -07:00
parent db6f6efaba
commit 70da397237
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ import com.google.inject.TypeLiteral;
public class BaseGoogleComputeEngineApiLiveTest extends BaseApiLiveTest<GoogleComputeEngineApi> {
protected static final String ZONE_API_URL_SUFFIX = "/zones/";
protected static final String DEFAULT_ZONE_NAME = "us-central1-a";
protected static final String DEFAULT_ZONE_NAME = "us-central1-f";
protected static final String DEFAULT_REGION_NAME = "us-central1";
protected static final String NETWORK_API_URL_SUFFIX = "/global/networks/";
protected static final String MACHINE_TYPE_API_URL_SUFFIX = "/machineTypes/";