diff --git a/modules/agent-selftest.js b/modules/agent-selftest.js index a6412e0..a57ec85 100644 --- a/modules/agent-selftest.js +++ b/modules/agent-selftest.js @@ -1121,7 +1121,7 @@ function testConsoleHelp() this.parent._res(); }).catch(function (e) { - this.parent._rej(' => Testing console command: help.......[FAILED]'); + ret._rej(' => Testing console command: help.......[FAILED]'); }); return (ret); }