@nsshunt/ststestrunner 1.0.52 → 1.0.53
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
|
@@ -12396,6 +12396,8 @@ class FhirClient {
|
|
|
12396
12396
|
const accessToken = await __privateGet$1(this, _options3).GetAccessToken();
|
|
12397
12397
|
const requestConfig = new STSAxiosConfig(url2, httpVerb).withAuthHeaders(accessToken, __privateGet$1(this, _DUMMY_USER)).withData(filters ? filters : domainResource ? domainResource : void 0);
|
|
12398
12398
|
if (isNode$1 && __privateGet$1(this, _options3).agentManager) {
|
|
12399
|
+
console.log(`^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^`);
|
|
12400
|
+
console.log("using agentManager");
|
|
12399
12401
|
requestConfig.withAgentManager(__privateGet$1(this, _options3).agentManager);
|
|
12400
12402
|
}
|
|
12401
12403
|
return await axios(requestConfig.config);
|
|
@@ -12929,6 +12931,10 @@ class TestCaseFhirBase {
|
|
|
12929
12931
|
}
|
|
12930
12932
|
});
|
|
12931
12933
|
}
|
|
12934
|
+
console.log(`^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^`);
|
|
12935
|
+
if (agentManager) {
|
|
12936
|
+
console.log("should use agent manager");
|
|
12937
|
+
}
|
|
12932
12938
|
__privateSet(this, _fhirClient, new FhirClient({
|
|
12933
12939
|
fhirEndpoint: __privateGet(this, _options4).fhirEndpoint,
|
|
12934
12940
|
logger: defaultLogger,
|