aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pathoc.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_pathoc.py')
-rw-r--r--test/test_pathoc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_pathoc.py b/test/test_pathoc.py
index 15493e96..3cd07649 100644
--- a/test/test_pathoc.py
+++ b/test/test_pathoc.py
@@ -31,7 +31,7 @@ class TestDaemon:
s = cStringIO.StringIO()
c.print_requests(
- ["get:'/p/200:p10,0'"], True, True, s
+ ["get:'/p/200:p0,10'"], True, True, s
)
assert "Timeout" in s.getvalue()