Skip to content

Commit

Permalink
test: fix sample test (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaball35 committed Mar 22, 2022
1 parent bfab223 commit 064c64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion talent/snippets/src/test/java/JobSearchGetJobTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
public class JobSearchGetJobTest {
private static final String PROJECT_ID = System.getenv("GOOGLE_CLOUD_PROJECT");
private static final String TENANT_ID = System.getenv("CTS_TENANT_ID");
private static final String JOB_ID = System.getenv("CTS_JOB_ID");
private static final String JOB_ID = System.getenv("CTS_GET_JOB_ID");

private ByteArrayOutputStream bout;
private PrintStream out;
Expand Down

0 comments on commit 064c64c

Please sign in to comment.