diff options
Diffstat (limited to 'test/tutils.py')
-rw-r--r-- | test/tutils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tutils.py b/test/tutils.py index 842ed527..778ad790 100644 --- a/test/tutils.py +++ b/test/tutils.py @@ -26,7 +26,7 @@ class DaemonTests(object): klass.d = test.Daemon( staticdir=test_data.path("data"), anchors=[ - (re.compile("/anchor/.*"), language.parse_response("202:da")) + (re.compile("/anchor/.*"), language.parse_pathod("202:da")) ], ssl = klass.ssl, ssloptions = so, |