Skip to content

Commit fa1a431

Browse files
committed
Revert changes
1 parent 43af6ee commit fa1a431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2733,7 +2733,7 @@ def execute_command(*args, **kwargs):
27332733
node_2 = ClusterNode("127.0.0.1", 7001)
27342734
RedisCluster(startup_nodes=[node_1, node_2])
27352735
assert str(ex.value).startswith(
2736-
"startup_nodes could not agree on a valid slots cache_data"
2736+
"startup_nodes could not agree on a valid slots cache"
27372737
), str(ex.value)
27382738

27392739
def test_cluster_one_instance(self):

0 commit comments

Comments
 (0)