aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pathod.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-10-28 22:18:06 +1300
committerAldo Cortesi <aldo@nullcube.com>2012-10-28 22:18:06 +1300
commit61f8992fbffac936ac058b64ed7ac00f21127df9 (patch)
tree9f3e3280d538a7837092d5b15e8d97d495a56d7b /test/test_pathod.py
parent07560ffe307f13ffb5a8fa4ef593902cc69807b9 (diff)
downloadmitmproxy-61f8992fbffac936ac058b64ed7ac00f21127df9.tar.gz
mitmproxy-61f8992fbffac936ac058b64ed7ac00f21127df9.tar.bz2
mitmproxy-61f8992fbffac936ac058b64ed7ac00f21127df9.zip
Change response spec format to code[:features]
Reason message is now specified as just another feature with the "m" mnemonic.
Diffstat (limited to 'test/test_pathod.py')
-rw-r--r--test/test_pathod.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_pathod.py b/test/test_pathod.py
index 3fe7e848..30498c3a 100644
--- a/test/test_pathod.py
+++ b/test/test_pathod.py
@@ -40,7 +40,6 @@ class TestTimeout(tutils.DaemonTests):
# FIXME: Add float values to spec language, reduce test timeout to
# increase test performance
assert self.get("200:p1,1").status_code == 200
- print self.d.last_log()
assert self.d.last_log()["type"] == "timeout"