@nsshunt/ststestrunner 1.0.19 → 1.0.20

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.
@@ -12863,7 +12863,7 @@ class TestCaseFhirBase {
12863
12863
  },
12864
12864
  useSocketClient: true,
12865
12865
  socketClientOptions: {
12866
- fhirServerEndpoint: `${__privateGet(this, _options4).fhirEndpoint}/nsstsfhir/`,
12866
+ fhirServerEndpoint: `https://stscore.stsmda.org:3005/stsfhir/nsstsfhir/`,
12867
12867
  // `https://stscore.stsmda.org:3005/nsstsfhir/`,
12868
12868
  socketClientName: "ststestrunner",
12869
12869
  timeout: 5e3,