From 053b6da35753267456a167bfa84b955781b7d986 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Mon, 26 May 2025 23:17:58 +0900 Subject: Stop treating empty CA name specially --- tst/test_listen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tst/test_listen.py') diff --git a/tst/test_listen.py b/tst/test_listen.py index f35ce82..8004380 100644 --- a/tst/test_listen.py +++ b/tst/test_listen.py @@ -118,7 +118,7 @@ def certificates(draw): hostname = draw(domains()) port = draw(ports()) serial = draw(serials()) - issuer = draw(ca_names()) or '\0' + issuer = draw(ca_names()) return f'{not_before} {not_after} {hostname} {port} {serial} {issuer}' -- cgit 1.4.1