Skip to content

Commit 88c2788

Browse files
v1.12.3
- Taxonomy query support - Early Access Feature Support
1 parent d13dcdd commit 88c2788

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/com/contentstack/sdk/TestAsset.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ private void envChecker() {
1818
String githubActions = System.getenv("GITHUB_ACTIONS");
1919
if (githubActions != null && githubActions.equals("true")) {
2020
System.out.println("Tests are running in GitHub Actions environment.");
21-
String mySecretKey = System.getenv("API_KEY");
22-
System.out.println("My Secret Key: " + mySecretKey);
2321
} else {
2422
System.out.println("Tests are running in a local environment.");
2523
}

0 commit comments

Comments
 (0)