We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 689eed6 commit ab2a0caCopy full SHA for ab2a0ca
doctests/cmds-cnxmgmt.js
@@ -39,6 +39,7 @@ console.log(res3); // OK
39
40
// REMOVE_START
41
assert.equal(res3, "OK");
42
+await client.auth({ username: 'default', password: '' });
43
await client.sendCommand(['ACL', 'DELUSER', 'test-user']);
44
// REMOVE_END
45
// STEP_END
0 commit comments