Skip to content

Commit 43b0a2d

Browse files
munkhuushmglanguillanneuf
authored andcommitted
chore: change GCP env to correct one (#706)
1 parent 619f70e commit 43b0a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automl/snippets/src/test/java/com/example/automl/ListOperationStatusTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
@RunWith(JUnit4.class)
4343
public class ListOperationStatusTest {
44-
private static final String PROJECT_ID = System.getenv("GOOGLE_CLOUD_PROJECT");
44+
private static final String PROJECT_ID = System.getenv("AUTOML_PROJECT_ID");
4545
private ByteArrayOutputStream bout;
4646
private PrintStream out;
4747
private PrintStream originalPrintStream;

0 commit comments

Comments
 (0)