diff --git a/CHANGES b/CHANGES index 8750128b05..b955681b89 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,4 @@ + * Add dynamic_startup_nodes parameter to async RedisCluster (#2472) * Move doctests (doc code examples) to main branch * Update `ResponseT` type hint * Allow to control the minimum SSL version diff --git a/tests/test_asyncio/test_cluster.py b/tests/test_asyncio/test_cluster.py index ba5ca2cbb6..4dfbd76176 100644 --- a/tests/test_asyncio/test_cluster.py +++ b/tests/test_asyncio/test_cluster.py @@ -2642,7 +2642,6 @@ async def test_init_slots_dynamic_startup_nodes(self, dynamic_startup_nodes): assert startup_nodes == ["my@DNS.com:7000"] - class TestClusterPipeline: """Tests for the ClusterPipeline class."""