Skip to content

Commit 1b92aa9

Browse files
committed
Drop the default_host parameter from the new NodesManager test
default_host is a module-level constant in tests/test_asyncio/test_cluster.py, not a fixture, so taking it as a test parameter made pytest error at setup.
1 parent 450fffa commit 1b92aa9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_asyncio/test_cluster.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3142,7 +3142,6 @@ async def test_move_node_to_end_of_cached_nodes(self) -> None:
31423142
@pytest.mark.fixed_client
31433143
async def test_set_nodes_disconnects_removed_node_connections_immediately(
31443144
self,
3145-
default_host: str,
31463145
) -> None:
31473146
"""
31483147
Test removed nodes are fully disconnected immediately, including in-use connections.

0 commit comments

Comments
 (0)