We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c9d75 commit 558cd13Copy full SHA for 558cd13
test/nssh.test.js
@@ -89,7 +89,7 @@ describe('NSSH testing:', function () {
89
this.timeout(outTime)
90
initStore();
91
let user = 'root';
92
- let port = '22';
+ let port = '50001';
93
let address = '139.196.39.133';
94
let host = user + '@' + address + ':' + port;
95
let coverHost = 'test@' + address + ':22';
0 commit comments