@nsshunt/ststestrunner 1.0.18 → 1.0.19

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.
@@ -12844,6 +12844,7 @@ var __privateWrapper = (obj, member, setter, getter) => ({
12844
12844
  __privateSet(this, _options4, runner.options);
12845
12845
  __privateSet(this, _workerInstance2, workerInstance);
12846
12846
  __privateSet(this, _runner2, runner);
12847
+ console.log(`TestCaseFhirBase(): fhirEndpoint: [${__privateGet(this, _options4).fhirEndpoint}]`);
12847
12848
  __privateSet(this, _fhirClient, new FhirClient({
12848
12849
  fhirEndpoint: __privateGet(this, _options4).fhirEndpoint,
12849
12850
  logger: stsutils.defaultLogger,
@@ -12864,7 +12865,8 @@ var __privateWrapper = (obj, member, setter, getter) => ({
12864
12865
  },
12865
12866
  useSocketClient: true,
12866
12867
  socketClientOptions: {
12867
- fhirServerEndpoint: `https://stscore.stsmda.org:3005/nsstsfhir/`,
12868
+ fhirServerEndpoint: `${__privateGet(this, _options4).fhirEndpoint}/nsstsfhir/`,
12869
+ // `https://stscore.stsmda.org:3005/nsstsfhir/`,
12868
12870
  socketClientName: "ststestrunner",
12869
12871
  timeout: 5e3,
12870
12872
  socketIoClientHelperOptions: {