From 388d07e683285420d9f1e4fd55c687ee399075f7 Mon Sep 17 00:00:00 2001 From: Bryan Roe Date: Wed, 3 Nov 2021 19:25:52 -0700 Subject: [PATCH] Updated self-test --- modules/agent-selftest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }