Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
fix: change location in IT to be 'global' (#103)
Browse files Browse the repository at this point in the history
Change the location ID in integration test to be "global" instead of "us."
"global" is a more standardized usage. "us" is just a legacy usage that we supported.
  • Loading branch information
jessiexjiang27 committed Dec 11, 2020
1 parent f046857 commit 4053872
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -110,7 +110,7 @@ public class ITSystemTest {

private static final String PROJECT = ServiceOptions.getDefaultProjectId();
private static final String ID = UUID.randomUUID().toString();
private static final String LOCATION = "us";
private static final String LOCATION = "global";
private static final String DISPLAY_NAME = "test-" + ID.substring(0, 8);
private static final String AGENT_TIME_ZONE = "America/Los_Angeles";
private static final String DEFAULT_LANGUAGE_CODE = "en";
Expand Down

0 comments on commit 4053872

Please sign in to comment.