Skip to content

Commit

Permalink
chore: switch to httpntlm and fix flaky test
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Tarsi <tarsitodd@gmail.com>
  • Loading branch information
toddtarsi authored and achrinza committed Mar 20, 2024
1 parent 2575d5c commit 50dd7ac
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 122 deletions.
174 changes: 71 additions & 103 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@cypress/request": "^3.0.1",
"compress": "^0.99.0",
"debug": "^4.3.4",
"httpntlm-maa": "^2.0.6",
"httpntlm": "^1.8.13",
"lodash": "^4.17.21",
"node-rsa": "^1.1.1",
"sax": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var url = require('url');
var requestModule = require('@cypress/request');
var debug = require('debug')('strong-soap:http');
var debugSensitive = require('debug')('strong-soap:http:sensitive');
var httpntlm = require('httpntlm-maa');
var httpntlm = require('httpntlm');
var uuid = require('uuid').v4;


Expand Down
Loading

0 comments on commit 50dd7ac

Please sign in to comment.