Skip to content

Commit

Permalink
chore: change GCP env to correct one (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
munkhuushmgl authored and anguillanneuf committed Dec 5, 2022
1 parent 619f70e commit 43b0a2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

@RunWith(JUnit4.class)
public class ListOperationStatusTest {
private static final String PROJECT_ID = System.getenv("GOOGLE_CLOUD_PROJECT");
private static final String PROJECT_ID = System.getenv("AUTOML_PROJECT_ID");
private ByteArrayOutputStream bout;
private PrintStream out;
private PrintStream originalPrintStream;
Expand Down

0 comments on commit 43b0a2d

Please sign in to comment.