diff options
Diffstat (limited to 'test/test_pathod.py')
-rw-r--r-- | test/test_pathod.py | 2 |
1 files changed, 1 insertions, 1 deletions
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") |