@nsshunt/ststestrunner 1.0.21 → 1.0.23
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
|
@@ -11940,6 +11940,7 @@ class FhirSocketClient {
|
|
|
11940
11940
|
__privateAdd$1(this, _info, (message) => defaultLogger.info(message));
|
|
11941
11941
|
__privateAdd$1(this, _SetupWSSClient, async (clientName2, joinRooms) => {
|
|
11942
11942
|
const cstr = `${__privateGet$1(this, _options2).fhirServerEndpoint}/nsstsfhir/`;
|
|
11943
|
+
console.log(chalk.yellow(`FhirSocketClient:#SetupWSSClient(): Socket connection string: [${cstr}]`));
|
|
11943
11944
|
__privateGet$1(this, _socketUtils).SetupClientSideSocket(
|
|
11944
11945
|
__privateGet$1(this, _options2).socketClientName,
|
|
11945
11946
|
// 'ststestrunner',
|
|
@@ -12863,7 +12864,7 @@ class TestCaseFhirBase {
|
|
|
12863
12864
|
},
|
|
12864
12865
|
useSocketClient: true,
|
|
12865
12866
|
socketClientOptions: {
|
|
12866
|
-
fhirServerEndpoint: `https://stscore.stsmda.org
|
|
12867
|
+
fhirServerEndpoint: `https://stscore.stsmda.org:3005`,
|
|
12867
12868
|
// `https://stscore.stsmda.org:3005/nsstsfhir/`,
|
|
12868
12869
|
socketClientName: "ststestrunner",
|
|
12869
12870
|
timeout: 5e3,
|