1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Add more comment

This commit is contained in:
Ben Hardill 2021-06-07 16:00:07 +01:00
parent 33f8c9747d
commit bd1943626b
No known key found for this signature in database
GPG Key ID: 74DD076979ABB1E7

View File

@ -1614,7 +1614,8 @@ describe('HTTP Request Node', function() {
});
});
//
// Removed the Proxy Tests until a new mock proxy can be replaced with
// one that supports HTTP Connect verb
/*
it('should authenticate on proxy server', function(done) {
var flow = [{id:"n1",type:"http request", wires:[["n2"]],method:"GET",ret:"obj",url:getTestURL('/proxyAuthenticate')},