From 4a6d838ecc18388afa2f551799c679be752bbbf8 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Tue, 24 Oct 2017 21:12:39 +0200 Subject: fix #2563 --- test/pathod/test_pathod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/pathod/test_pathod.py') diff --git a/test/pathod/test_pathod.py b/test/pathod/test_pathod.py index 5f191c0d..c0011952 100644 --- a/test/pathod/test_pathod.py +++ b/test/pathod/test_pathod.py @@ -57,7 +57,7 @@ class TestNotAfterConnect(tservers.DaemonTests): class TestCustomCert(tservers.DaemonTests): ssl = True ssloptions = dict( - certs=[(b"*", tutils.test_data.path("pathod/data/testkey.pem"))], + certs=[("*", tutils.test_data.path("pathod/data/testkey.pem"))], ) def test_connect(self): -- cgit v1.2.3