@nsshunt/ststestrunner 1.1.96 → 1.1.97

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.
@@ -1112,7 +1112,6 @@ var TestCaseFhir03 = class extends TestCaseFhirQueryBase {
1112
1112
  const __snapshot3 = this._CheckOutputLongDurationError(__snapshot2, "await this.GetPersonRecord()");
1113
1113
  const retVal = await client.GetResource("Person", personRecord.id);
1114
1114
  this._CheckOutputLongDurationError(__snapshot3, "await this.GetResource()");
1115
- if (retVal.status === StatusCodes.UNAUTHORIZED) throw new Error("UNAUTHORIZED");
1116
1115
  delete personRecord.meta;
1117
1116
  delete retVal.body.meta;
1118
1117
  const p1 = JSON.stringify(personRecord);