Skip to content

Commit 3d47150

Browse files
authored
chore: change region (#538)
1 parent 7dd5898 commit 3d47150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

speech/snippets/src/test/java/com/example/speech/SpeechModelAdaptationBetaTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class SpeechModelAdaptationBetaTest {
3434
private static String UNIQUE_ID = UUID.randomUUID().toString();
3535
private static final String AUDIO_FILE = "gs://cloud-samples-tests/speech/brooklyn.flac";
3636
private static final String PROJECT_ID = System.getenv("GOOGLE_CLOUD_PROJECT");
37-
private static final String LOCATION = "us-west1";
37+
private static final String LOCATION = "global";
3838
private static final String CUSTOM_CLASS_ID = "customClassId" + UNIQUE_ID;
3939
private static final String PHRASE_SET_ID = "phraseSetId" + UNIQUE_ID;
4040
private ByteArrayOutputStream bout;

0 commit comments

Comments
 (0)