mirror of https://github.com/node-red/node-red.git
Add more comment
parent
33f8c9747d
commit
bd1943626b
|
@ -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')},
|
||||
|
|
Loading…
Reference in New Issue