Skip to content

Commit 8766cba

Browse files
author
Andreas Pizsa
committed
fixing test case without ntlm credentials
1 parent 6348d33 commit 8766cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe('request-ntlm-continued', function(){
1717

1818
this.timeout(10000);
1919

20-
var executeRequestAgainsNtlmServer = simpleGetRequest;
20+
var executeRequestAgainsNtlmServer = undefined;
2121
try {
2222
var options = require(__dirname + '/ntlm-options');
2323
executeRequestAgainsNtlmServer = simpleGetRequest(options);

0 commit comments

Comments
 (0)