@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.
package/dist/ststestrunner.mjs
CHANGED
|
@@ -12842,6 +12842,7 @@ class TestCaseFhirBase {
|
|
|
12842
12842
|
__privateSet(this, _options4, runner.options);
|
|
12843
12843
|
__privateSet(this, _workerInstance2, workerInstance);
|
|
12844
12844
|
__privateSet(this, _runner2, runner);
|
|
12845
|
+
console.log(`TestCaseFhirBase(): fhirEndpoint: [${__privateGet(this, _options4).fhirEndpoint}]`);
|
|
12845
12846
|
__privateSet(this, _fhirClient, new FhirClient({
|
|
12846
12847
|
fhirEndpoint: __privateGet(this, _options4).fhirEndpoint,
|
|
12847
12848
|
logger: defaultLogger,
|
|
@@ -12862,7 +12863,8 @@ class TestCaseFhirBase {
|
|
|
12862
12863
|
},
|
|
12863
12864
|
useSocketClient: true,
|
|
12864
12865
|
socketClientOptions: {
|
|
12865
|
-
fhirServerEndpoint:
|
|
12866
|
+
fhirServerEndpoint: `${__privateGet(this, _options4).fhirEndpoint}/nsstsfhir/`,
|
|
12867
|
+
// `https://stscore.stsmda.org:3005/nsstsfhir/`,
|
|
12866
12868
|
socketClientName: "ststestrunner",
|
|
12867
12869
|
timeout: 5e3,
|
|
12868
12870
|
socketIoClientHelperOptions: {
|