Skip to content

Commit 587a048

Browse files
committed
release connections in tests
fix
1 parent 79afa28 commit 587a048

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_asyncio/test_connect.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ async def test_tcp_ssl_connect(tcp_address):
6262
socket_timeout=10,
6363
)
6464
await _assert_connect(conn, tcp_address, certfile=certfile, keyfile=keyfile)
65+
await conn.disconnect()
6566

6667

6768
async def _assert_connect(conn, server_address, certfile=None, keyfile=None):

0 commit comments

Comments
 (0)