aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_server.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2014-03-02 15:58:53 +1300
committerAldo Cortesi <aldo@nullcube.com>2014-03-02 15:58:53 +1300
commit863b1e14552f5216ae4c47bf6dfe9b68ff2ca13b (patch)
tree41810e050b5d2d28302610c8753aca0740bb9ed5 /test/test_server.py
parenta34a4831843d5745e200c1df58672973a57aebb0 (diff)
downloadmitmproxy-863b1e14552f5216ae4c47bf6dfe9b68ff2ca13b.tar.gz
mitmproxy-863b1e14552f5216ae4c47bf6dfe9b68ff2ca13b.tar.bz2
mitmproxy-863b1e14552f5216ae4c47bf6dfe9b68ff2ca13b.zip
Update for pathod.SSLOptions changes.
Diffstat (limited to 'test/test_server.py')
-rw-r--r--test/test_server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_server.py b/test/test_server.py
index a86c095c..e31fb589 100644
--- a/test/test_server.py
+++ b/test/test_server.py
@@ -214,7 +214,7 @@ class TestHTTPSNoCommonName(tservers.HTTPProxTest):
ssl = True
ssloptions=pathod.SSLOptions(
certfile = tutils.test_data.path("data/no_common_name.pem"),
- cacert = tutils.test_data.path("data/no_common_name.pem"),
+ keyfile = tutils.test_data.path("data/no_common_name.pem"),
)
def test_http(self):
f = self.pathod("202")