From 0177eb899a87995d0faaed8a836904cac7f844ce Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sun, 2 Mar 2014 15:56:36 +1300 Subject: Support cert/key combo files in args. Improve argument names in SSLOptions --- test/test_pathod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_pathod.py') diff --git a/test/test_pathod.py b/test/test_pathod.py index 56ffd302..c98e1408 100644 --- a/test/test_pathod.py +++ b/test/test_pathod.py @@ -67,7 +67,7 @@ class TestCustomCert(tutils.DaemonTests): ssl = True ssloptions = dict( certfile = tutils.test_data.path("data/testkey.pem"), - cacert = tutils.test_data.path("data/testkey.pem"), + keyfile = tutils.test_data.path("data/testkey.pem"), ) def test_connect(self): r = self.pathoc(r"get:/p/202") -- cgit v1.2.3