Skip to content

Commit 39524c0

Browse files
committed
Fixed cluster ACL tests
1 parent 11b1463 commit 39524c0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tests/test_cluster.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1789,7 +1789,8 @@ def teardown():
17891789
username,
17901790
enabled=True,
17911791
reset=True,
1792-
commands=["+get", "+set", "+select", "+cluster", "+command"],
1792+
commands=["+get", "+set", "+select",
1793+
"+cluster", "+command", "+info"],
17931794
keys=["{cache}:*"],
17941795
nopass=True,
17951796
target_nodes="primaries",

tests/test_commands.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,8 @@ def test_client_kill_filter_by_user(self, r, request):
537537
killuser,
538538
enabled=True,
539539
reset=True,
540-
commands=["+get", "+set", "+select", "+cluster", "+command"],
540+
commands=["+get", "+set", "+select",
541+
"+cluster", "+command", "+info"],
541542
keys=["cache:*"],
542543
nopass=True,
543544
)

0 commit comments

Comments
 (0)