@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.
package/dist/ststestrunner.mjs
CHANGED
|
@@ -1088,7 +1088,6 @@ var TestCaseFhir03 = class extends TestCaseFhirQueryBase {
|
|
|
1088
1088
|
const __snapshot3 = this._CheckOutputLongDurationError(__snapshot2, "await this.GetPersonRecord()");
|
|
1089
1089
|
const retVal = await client.GetResource("Person", personRecord.id);
|
|
1090
1090
|
this._CheckOutputLongDurationError(__snapshot3, "await this.GetResource()");
|
|
1091
|
-
if (retVal.status === StatusCodes.UNAUTHORIZED) throw new Error("UNAUTHORIZED");
|
|
1092
1091
|
delete personRecord.meta;
|
|
1093
1092
|
delete retVal.body.meta;
|
|
1094
1093
|
const p1 = JSON.stringify(personRecord);
|