summaryrefslogtreecommitdiff
path: root/tests/test_cluster.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_cluster.py')
-rw-r--r--tests/test_cluster.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cluster.py b/tests/test_cluster.py
index 0353323..5652673 100644
--- a/tests/test_cluster.py
+++ b/tests/test_cluster.py
@@ -672,7 +672,7 @@ class TestRedisClusterObj:
with patch.object(Redis, "parse_response") as parse_response:
def moved_redirect_effect(connection, *args, **options):
- # raise a timeout for 5 times so we'll need to reinitilize the topology
+ # raise a timeout for 5 times so we'll need to reinitialize the topology
if count.val == 4:
parse_response.side_effect = real_func
count.val += 1