@nsshunt/ststestrunner 1.1.83 → 1.1.84

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.
@@ -1045,8 +1045,6 @@ var TestCaseFhir02 = class extends TestCaseFhirQueryBase {
1045
1045
  return retVal.body;
1046
1046
  } catch (error) {
1047
1047
  this.runner.instrumentData.errorCount++;
1048
- this.Error(error);
1049
- console.error(error);
1050
1048
  if (this.HandleError(error) === true) if (this.retryCount < this.maxAuthRetryCount) {
1051
1049
  this.retryCount++;
1052
1050
  const message = `TestCaseFhir02:ExecuteQuery(): Retry auth attempt: retryCount: [${this.retryCount}], maxAuthRetryCount: [${this.maxAuthRetryCount}]`;