Skip to content

Commit 60e7ba4

Browse files
Remove test for pool_manager .. now it's initiated at use
1 parent 74be6aa commit 60e7ba4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/core/client/api_client_factory_test.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,7 @@ async def test_close_custom_host_configured(config):
6969
client_factory = ApiClientFactory(config)
7070

7171
client_factory.get_client(custom_path)
72-
assert client_factory._custom_clients[0].rest_client.pool_manager.closed is False
73-
await client_factory.close_clients()
74-
assert client_factory._custom_clients[0].rest_client.pool_manager.closed is True
72+
assert client_factory._custom_clients[0].rest_client.pool_manager is None
7573

7674

7775
@pytest.mark.asyncio

0 commit comments

Comments
 (0)