Skip to content

Commit 88c8a0a

Browse files
committed
debug
1 parent 2c04058 commit 88c8a0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

oauth2_http/javatests/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@ private String generateGoogleIdToken(String audience) throws IOException {
437437
private GenericJson getServiceAccountKeyFileAsJson() throws IOException {
438438
String credentialsPath = System.getenv(DefaultCredentialsProvider.CREDENTIAL_ENV_VAR);
439439
System.out.println(System.getenv("GOOGLE_APPLICATION_CREDENTIALS"));
440+
System.out.println(System.getenv("KOKORO_GFILE_DIR"));
440441
System.out.println("DEBUG");
441442
System.out.println(credentialsPath);
442443
JsonFactory jsonFactory = OAuth2Utils.JSON_FACTORY;

0 commit comments

Comments
 (0)