From 748c8d1029f018e752b4039253dcb8de2fc57a34 Mon Sep 17 00:00:00 2001 From: Bar Shaul <88437685+barshaul@users.noreply.github.com> Date: Wed, 8 Dec 2021 10:17:38 +0200 Subject: Fix cluster ACL tests (#1774) --- tests/test_cluster.py | 2 +- tests/test_commands.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_cluster.py b/tests/test_cluster.py index 15d8ac6..e1c8c34 100644 --- a/tests/test_cluster.py +++ b/tests/test_cluster.py @@ -1789,7 +1789,7 @@ class TestClusterRedisCommands: username, enabled=True, reset=True, - commands=["+get", "+set", "+select", "+cluster", "+command"], + commands=["+get", "+set", "+select", "+cluster", "+command", "+info"], keys=["{cache}:*"], nopass=True, target_nodes="primaries", diff --git a/tests/test_commands.py b/tests/test_commands.py index 936cbe5..eab9072 100644 --- a/tests/test_commands.py +++ b/tests/test_commands.py @@ -537,7 +537,7 @@ class TestRedisCommands: killuser, enabled=True, reset=True, - commands=["+get", "+set", "+select", "+cluster", "+command"], + commands=["+get", "+set", "+select", "+cluster", "+command", "+info"], keys=["cache:*"], nopass=True, ) -- cgit v1.2.1