summaryrefslogtreecommitdiff
path: root/tests/test_cluster.py
diff options
context:
space:
mode:
authordvora-h <67596500+dvora-h@users.noreply.github.com>2022-05-08 15:23:09 +0300
committerGitHub <noreply@github.com>2022-05-08 15:23:09 +0300
commit883fca7199a7ab7adc583b9ee324a9e44d0909eb (patch)
tree4a0fd3d4edd9373829502b6de22cb542f7462478 /tests/test_cluster.py
parentfaf55b65ffb7294b1a639cc9adb0231b987b0e32 (diff)
downloadredis-py-883fca7199a7ab7adc583b9ee324a9e44d0909eb.tar.gz
Get command keys for subcommands (#2170)
* parse subcommands * fix tests
Diffstat (limited to 'tests/test_cluster.py')
-rw-r--r--tests/test_cluster.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_cluster.py b/tests/test_cluster.py
index 7e64345..de41a10 100644
--- a/tests/test_cluster.py
+++ b/tests/test_cluster.py
@@ -1121,7 +1121,6 @@ class TestClusterRedisCommands:
links_to = sum(x.count("to") for x in res)
links_for = sum(x.count("from") for x in res)
assert links_to == links_for
- print(res)
for i in range(0, len(res) - 1, 2):
assert res[i][3] == res[i + 1][3]