@nsshunt/ststestrunner 1.1.98 → 1.1.99

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -755,7 +755,10 @@ var TestCaseFhirBase = class {
755
755
  let timeout = void 0;
756
756
  let start = performance.now();
757
757
  try {
758
- if (this.#accesssToken) return this.#accesssToken;
758
+ if (this.#accesssToken) {
759
+ this.Debug(`TestCaseFhirBase:GetAccessToken(): ${this.#accesssToken}`);
760
+ return this.#accesssToken;
761
+ }
759
762
  this.Debug(`TestCaseFhirBase:GetAccessToken(): Getting new access token`);
760
763
  timeout = setTimeout(() => {
761
764
  this.Warning(chalk.magenta(`TestCaseFhirBase:GetAccessToken(): Timeout: [${this._authMaxTimeout}] exceeded for getting access token ...`));