Skip to content

Commit ab2a0ca

Browse files
committed
fix problematic test
1 parent 689eed6 commit ab2a0ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doctests/cmds-cnxmgmt.js

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ console.log(res3); // OK
3939

4040
// REMOVE_START
4141
assert.equal(res3, "OK");
42+
await client.auth({ username: 'default', password: '' });
4243
await client.sendCommand(['ACL', 'DELUSER', 'test-user']);
4344
// REMOVE_END
4445
// STEP_END

0 commit comments

Comments
 (0)