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'
Browse files Browse the repository at this point in the history
Change the location ID in integration test to be "global" instead of "us" because the former is more standardized. "us" is just a legacy usage that we supported.
  • Loading branch information
jessiexjiang27 committed Dec 10, 2020
1 parent fcd1ffb commit 3da5684
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 3da5684

Please sign in to comment.