@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.
package/dist/ststestrunner.cjs
CHANGED
|
@@ -1069,8 +1069,6 @@ var TestCaseFhir02 = class extends TestCaseFhirQueryBase {
|
|
|
1069
1069
|
return retVal.body;
|
|
1070
1070
|
} catch (error) {
|
|
1071
1071
|
this.runner.instrumentData.errorCount++;
|
|
1072
|
-
this.Error(error);
|
|
1073
|
-
console.error(error);
|
|
1074
1072
|
if (this.HandleError(error) === true) if (this.retryCount < this.maxAuthRetryCount) {
|
|
1075
1073
|
this.retryCount++;
|
|
1076
1074
|
const message = `TestCaseFhir02:ExecuteQuery(): Retry auth attempt: retryCount: [${this.retryCount}], maxAuthRetryCount: [${this.maxAuthRetryCount}]`;
|