diff options
Diffstat (limited to 'test/test_pathoc.py')
-rw-r--r-- | test/test_pathoc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_pathoc.py b/test/test_pathoc.py index 88479b6c..2542b622 100644 --- a/test/test_pathoc.py +++ b/test/test_pathoc.py @@ -60,7 +60,7 @@ class _TestDaemon: s = cStringIO.StringIO() for i in requests: c.print_request( - language.parse_request(i), + language.parse_requests(i)[0], showreq = showreq, showresp = showresp, explain = explain, |