1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00
This commit is contained in:
Leibale
2023-06-19 18:54:22 -04:00
parent 2455ab2089
commit faea2488af
4 changed files with 33 additions and 33 deletions

View File

@@ -24,7 +24,7 @@ describe('ACL LOG', () => {
testUtils.testWithClient('client.aclLog', async client => {
// make sure to create at least one log
await Promise.all([
client.aclSetUser('test', 'on >test'),
client.aclSetUser('test', 'on +@all'),
client.auth({
username: 'test',
password: 'test'