diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2012-07-24 23:57:18 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2012-07-24 23:57:18 +1200 |
commit | 64ef0a4561058de4ca7309767e89366bc1c7502f (patch) | |
tree | 435cae8ea1103ad6e81933516a6498607ef97999 /test/test_pathoc.py | |
parent | cb09488dc8e4b03706a9cc1fa71284a2f7ce33c1 (diff) | |
download | mitmproxy-64ef0a4561058de4ca7309767e89366bc1c7502f.tar.gz mitmproxy-64ef0a4561058de4ca7309767e89366bc1c7502f.tar.bz2 mitmproxy-64ef0a4561058de4ca7309767e89366bc1c7502f.zip |
Swap the offset, seconds arguments for the pause operator.
This makes it uniform with the other operators.s
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 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() |