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

Commit 4053872

Browse files
fix: change location in IT to be 'global' (#103)
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.
1 parent f046857 commit 4053872

File tree

1 file changed

+1
-1
lines changed
  • google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/it

1 file changed

+1
-1
lines changed

google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/it/ITSystemTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public class ITSystemTest {
110110

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

0 commit comments

Comments
 (0)