aboutsummaryrefslogtreecommitdiffstats
path: root/test/pathod/test_pathod.py
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2017-10-24 21:12:39 +0200
committerMaximilian Hils <git@maximilianhils.com>2017-10-24 23:27:16 +0200
commit4a6d838ecc18388afa2f551799c679be752bbbf8 (patch)
treec067140d9477c6eab3501af55109652d149cdfd2 /test/pathod/test_pathod.py
parent1f3fec2a3e1d6913ea7fe3480bc85f141737bd96 (diff)
downloadmitmproxy-4a6d838ecc18388afa2f551799c679be752bbbf8.tar.gz
mitmproxy-4a6d838ecc18388afa2f551799c679be752bbbf8.tar.bz2
mitmproxy-4a6d838ecc18388afa2f551799c679be752bbbf8.zip
fix #2563
Diffstat (limited to 'test/pathod/test_pathod.py')
-rw-r--r--test/pathod/test_pathod.py2
1 files changed, 1 insertions, 1 deletions
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):