@nsshunt/ststestrunner 1.0.73 → 1.0.74

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.
@@ -12357,7 +12357,7 @@
12357
12357
  };
12358
12358
  #InvokeResourceAPI = async (url2, httpVerb, domainResource, filters) => {
12359
12359
  const accessToken = await this.#options.GetAccessToken();
12360
- const requestConfig = new stsutils.STSAxiosConfig(url2, httpVerb).withAuthHeaders(accessToken, this.#DUMMY_USER).withData(filters ? filters : domainResource ? domainResource : void 0);
12360
+ const requestConfig = new stsutils.STSAxiosConfig(url2, httpVerb).withDefaultHeaders().withAuthHeaders(accessToken, this.#DUMMY_USER).withData(filters ? filters : domainResource ? domainResource : void 0);
12361
12361
  if (isNode$1 && this.#options.agentManager) {
12362
12362
  requestConfig.withAgentManager(this.#options.agentManager);
12363
12363
  }