summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChayim I. Kirshen <c@kirshen.com>2021-09-01 16:43:07 +0300
committerChayim I. Kirshen <c@kirshen.com>2021-09-01 16:43:07 +0300
commitc74ab5be33e2bc4fa0b2a8dcff0f2edc68bd7d58 (patch)
tree8551c27ae522977f0df5be5e59b867eb66ce9715
parent5b39a2fd749722bf7d6861a968c1d06942a45c16 (diff)
downloadredis-py-ck-client-killuser.tar.gz
-rw-r--r--tests/test_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_commands.py b/tests/test_commands.py
index 845da90..37980f2 100644
--- a/tests/test_commands.py
+++ b/tests/test_commands.py
@@ -307,7 +307,7 @@ class TestRedisCommands:
_get_client(redis.Redis, request, flushdb=False)
_get_client(redis.Redis, request, flushdb=False)
clients_listed = r.client_list(client_id=clients[:-1])
- assert len(clients_listed) == 4
+ assert len(clients_listed) > 1
@skip_if_server_version_lt('5.0.0')
def test_client_id(self, r):