aboutsummaryrefslogtreecommitdiffstats
path: root/test/pathod
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2017-10-25 10:20:09 +0200
committerGitHub <noreply@github.com>2017-10-25 10:20:09 +0200
commitfdd6bd8277265563888d676dcff42b1bca007363 (patch)
treec067140d9477c6eab3501af55109652d149cdfd2 /test/pathod
parent45145ed08b7623add9a96bfcdcd02a746e44124a (diff)
parent4a6d838ecc18388afa2f551799c679be752bbbf8 (diff)
downloadmitmproxy-fdd6bd8277265563888d676dcff42b1bca007363.tar.gz
mitmproxy-fdd6bd8277265563888d676dcff42b1bca007363.tar.bz2
mitmproxy-fdd6bd8277265563888d676dcff42b1bca007363.zip
Merge pull request #2606 from mhils/issue-2563
Fix #2563
Diffstat (limited to 'test/pathod')
-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):