Skip to content

Commit

Permalink
test(env var): added missing requireEnv val (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
munkhuushmgl authored Apr 20, 2021
1 parent 36b57b0 commit c257d88
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ private static void requireEnvVar(String varName) {
@BeforeClass
public static void checkRequirements() {
requireEnvVar("GOOGLE_APPLICATION_CREDENTIALS");
requireEnvVar("CUSTOM_MANAGED_DATASET");
requireEnvVar("UCAIP_PROJECT_ID");
}

Expand Down

0 comments on commit c257d88

Please sign in to comment.