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:
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) {
|
it('should authenticate on proxy server', function(done) {
|
||||||
var flow = [{id:"n1",type:"http request", wires:[["n2"]],method:"GET",ret:"obj",url:getTestURL('/proxyAuthenticate')},
|
var flow = [{id:"n1",type:"http request", wires:[["n2"]],method:"GET",ret:"obj",url:getTestURL('/proxyAuthenticate')},
|
||||||
|
Loading…
Reference in New Issue
Block a user