From 6fc631781a97e5d3a53af580b24d4a38dff1e99b Mon Sep 17 00:00:00 2001 From: leibale Date: Tue, 19 Oct 2021 17:16:51 -0400 Subject: [PATCH] fix ACL GETUSER --- lib/commands/ACL_GETUSER.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/commands/ACL_GETUSER.spec.ts b/lib/commands/ACL_GETUSER.spec.ts index 35997610f5..e3446162da 100644 --- a/lib/commands/ACL_GETUSER.spec.ts +++ b/lib/commands/ACL_GETUSER.spec.ts @@ -23,7 +23,8 @@ describe('ACL GETUSER', () => { flags: ['on', 'allkeys', 'allchannels', 'allcommands', 'nopass'], channels: ['*'] } : { - flags: ['on', 'allkeys', 'allcommands', 'nopass'] + flags: ['on', 'allkeys', 'allcommands', 'nopass'], + channels: undefined }) } );