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 committed May 19, 2021
1 parent 2e75b46 commit 0443e4f
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 0443e4f

Please sign in to comment.