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
1 changed files with 2 additions and 1 deletions

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')},