diff --git a/src/testSession.ts b/src/testSession.ts index 3e88c416..89b79dad 100644 --- a/src/testSession.ts +++ b/src/testSession.ts @@ -323,7 +323,7 @@ export class TestSession exte // Don't create orgs if we are supposed to reuse one from the env const orgUsername = env.getString('TESTKIT_ORG_USERNAME'); if (orgUsername) { - dbug(`Not creating a new org. Reusing TESTKIT_ORG_USERNAME of: ${org}`); + dbug(`Not creating a new org. Reusing TESTKIT_ORG_USERNAME of: ${orgUsername}`); this.orgs.set(orgUsername, { username: orgUsername }); continue; }