From 724ad5aa2ca6a1c68cfc6ab0ab2a684f810a9320 Mon Sep 17 00:00:00 2001 From: rstachof Date: Thu, 7 May 2026 17:13:56 -0400 Subject: [PATCH] chore(tests): trobuleshoot integration tests --- packages/@webex/webex-core/src/lib/credentials/credentials.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/@webex/webex-core/src/lib/credentials/credentials.js b/packages/@webex/webex-core/src/lib/credentials/credentials.js index 59ada43c61a..21946745404 100644 --- a/packages/@webex/webex-core/src/lib/credentials/credentials.js +++ b/packages/@webex/webex-core/src/lib/credentials/credentials.js @@ -144,6 +144,7 @@ const Credentials = WebexPlugin.extend({ */ getOrgId() { this.logger.info('credentials: attempting to retrieve the OrgId from token'); + this.logger.info('credentials: troubleshooting integration tests'); try { // Attempt to extract a client-authenticated token's OrgId.