@nsshunt/ststestrunner 1.1.87 → 1.1.88

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.
@@ -935,7 +935,7 @@ var TestCaseFhirBase = class {
935
935
  const message = `TestCaseFhir02:ExecuteQuery(): Retry auth attempt: retryCount: [${this.retryCount}], maxAuthRetryCount: [${this.maxAuthRetryCount}]`;
936
936
  this.Error(message);
937
937
  await Sleep(this.retryCount * 1e3);
938
- return this._ExecuteQuery();
938
+ return await this._ExecuteQuery();
939
939
  } else {
940
940
  const message = `TestCaseFhir02:ExecuteQuery(): Max auth retries exceeded: retryCount: [${this.retryCount}], maxAuthRetryCount: [${this.maxAuthRetryCount}], Error: [${error}]`;
941
941
  this.Error(message);