about summary refs log tree commit diff
path: root/tst/test_check.py
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2025-05-28 17:27:07 +0900
committerNguyễn Gia Phong <cnx@loang.net>2025-05-28 17:27:07 +0900
commit37e9fc1b09112d59ec9d4d38f0ab449979f7e5c0 (patch)
tree5a5eaffd112b910af9c22928abbd23bccfc67a3d /tst/test_check.py
parente82b4fcf6876b4c032897739e1dcc28fbbbebba1 (diff)
downloadscadere-37e9fc1b09112d59ec9d4d38f0ab449979f7e5c0.tar.gz
Fix tests on dual-stack systems
Diffstat (limited to 'tst/test_check.py')
-rw-r--r--tst/test_check.py1
1 files changed, 0 insertions, 1 deletions
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()