Fix privileged port access in tests
This commit is contained in:
parent
e4264f7940
commit
a4b8b119a5
|
@ -322,7 +322,7 @@ test('non-strict routing', function (t) {
|
|||
test('close without error calls callback', function (t) {
|
||||
server = ldap.createServer();
|
||||
// when the server is closed without error, the callback parameter is undefined
|
||||
server.listen(389,'127.0.0.1',function(err){
|
||||
server.listen(1389,'127.0.0.1',function(err){
|
||||
server.close(function(err){
|
||||
t.error(err);
|
||||
t.end();
|
||||
|
|
Loading…
Reference in New Issue