Skip to content

Commit 1239c8c

Browse files
committed
add debug logging
1 parent 8809a16 commit 1239c8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,8 @@ private String generateGoogleIdToken(String audience) throws IOException {
436436

437437
private GenericJson getServiceAccountKeyFileAsJson() throws IOException {
438438
String credentialsPath = System.getenv(DefaultCredentialsProvider.CREDENTIAL_ENV_VAR);
439+
System.out.println("DEBUG");
440+
System.out.println(credentialsPath);
439441
JsonFactory jsonFactory = OAuth2Utils.JSON_FACTORY;
440442
JsonObjectParser parser = new JsonObjectParser(jsonFactory);
441443
return parser.parseAndClose(

0 commit comments

Comments
 (0)