Skip to content

Commit 748c8d1

Browse files
authored
Fix cluster ACL tests (#1774)
1 parent 11b1463 commit 748c8d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_cluster.py

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

tests/test_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ 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", "+cluster", "+command", "+info"],
541541
keys=["cache:*"],
542542
nopass=True,
543543
)

0 commit comments

Comments
 (0)