We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe54db commit 62db0c7Copy full SHA for 62db0c7
tests/unit/index-nodetest.js
@@ -108,7 +108,7 @@ previous.push(current);
108
109
return previous;
110
}, []);
111
- assert.equal(messages.length, 4);
+ assert.equal(messages.length, 5);
112
});
113
114
it('adds default config to the config object', function() {
@@ -124,6 +124,7 @@ previous.push(current);
124
plugin.beforeHook(context);
125
plugin.configure(context);
126
assert.isDefined(config['ssh-tunnel'].dstPort);
127
+ assert.isDefined(config['ssh-tunnel'].dstHost);
128
assert.isDefined(config['ssh-tunnel'].srcPort);
129
assert.isDefined(config['ssh-tunnel'].tunnelClient);
130
assert.isDefined(config['ssh-tunnel'].privateKeyPath);
0 commit comments