@nsshunt/ststestrunner 1.1.96 → 1.1.98

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.
@@ -780,6 +780,7 @@ var TestCaseFhirBase = class {
780
780
  let start = performance.now();
781
781
  try {
782
782
  if (this.#accesssToken) return this.#accesssToken;
783
+ this.Debug(`TestCaseFhirBase:GetAccessToken(): Getting new access token`);
783
784
  timeout = setTimeout(() => {
784
785
  this.Warning(chalk.default.magenta(`TestCaseFhirBase:GetAccessToken(): Timeout: [${this._authMaxTimeout}] exceeded for getting access token ...`));
785
786
  }, this._authMaxTimeout);