mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-02 00:54:09 +00:00
passing defaults instead of axiosInstance to NTLMClient (#3841)
This commit is contained in:
@@ -255,7 +255,7 @@ const runSingleRequest = async function (
|
||||
|
||||
let axiosInstance = makeAxiosInstance();
|
||||
if (request.ntlmConfig) {
|
||||
axiosInstance=NtlmClient(request.ntlmConfig,axiosInstance)
|
||||
axiosInstance=NtlmClient(request.ntlmConfig,axiosInstance.defaults)
|
||||
delete request.ntlmConfig;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user