diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2025-05-28 17:27:07 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-05-28 17:27:07 +0900 |
commit | 37e9fc1b09112d59ec9d4d38f0ab449979f7e5c0 (patch) | |
tree | 5a5eaffd112b910af9c22928abbd23bccfc67a3d /tst/test_check.py | |
parent | e82b4fcf6876b4c032897739e1dcc28fbbbebba1 (diff) | |
download | scadere-37e9fc1b09112d59ec9d4d38f0ab449979f7e5c0.tar.gz |
Fix tests on dual-stack systems
Diffstat (limited to 'tst/test_check.py')
-rw-r--r-- | tst/test_check.py | 1 |
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() |