From 37e9fc1b09112d59ec9d4d38f0ab449979f7e5c0 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Wed, 28 May 2025 17:27:07 +0900 Subject: Fix tests on dual-stack systems --- tst/test_check.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tst/test_check.py') diff --git a/tst/test_check.py b/tst/test_check.py index 9835869..bfbe927 100644 --- a/tst/test_check.py +++ b/tst/test_check.py @@ -55,7 +55,6 @@ async def test_check(domain, ca_name, not_after, after, trust_ca): ca.configure_trust(ctx) async with await start_server(noop, domain, ssl=ctx) as server: loop = get_running_loop() - assert len(server.sockets) == 1 port = server.sockets[0].getsockname()[1] assert isinstance(port, int) output = StringIO() -- cgit 1.4.1