diff options
Diffstat (limited to 'test/test_pathoc.py')
-rw-r--r-- | test/test_pathoc.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/test_pathoc.py b/test/test_pathoc.py index 598b2c81..90f798c9 100644 --- a/test/test_pathoc.py +++ b/test/test_pathoc.py @@ -18,10 +18,10 @@ class _TestDaemon: @classmethod def setUpAll(self): self.d = test.Daemon( - ssl=self.ssl, - ssloptions=self.ssloptions, - staticdir=tutils.test_data.path("data"), - anchors=[ + ssl = self.ssl, + ssloptions = self.ssloptions, + staticdir = tutils.test_data.path("data"), + anchors = [ (re.compile("/anchor/.*"), language.parse_response("202")) ] ) |