diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2015-06-08 15:57:29 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2015-06-08 15:57:29 +1200 |
commit | 97fdb9ef0ca357265e77857dadab4f7dad4e5bf5 (patch) | |
tree | c516f35da5f1ce5f673eef364468990b2faf6a8c /test/test_pathod.py | |
parent | 3ad73dfb5bf3f027f864af409b82320554ee9144 (diff) | |
download | mitmproxy-97fdb9ef0ca357265e77857dadab4f7dad4e5bf5.tar.gz mitmproxy-97fdb9ef0ca357265e77857dadab4f7dad4e5bf5.tar.bz2 mitmproxy-97fdb9ef0ca357265e77857dadab4f7dad4e5bf5.zip |
More timeout improvements
Diffstat (limited to 'test/test_pathod.py')
-rw-r--r-- | test/test_pathod.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_pathod.py b/test/test_pathod.py index 345734bf..f85ef38d 100644 --- a/test/test_pathod.py +++ b/test/test_pathod.py @@ -213,10 +213,9 @@ class CommonTests(tutils.DaemonTests): def test_websocket_frame(self): r, _ = self.pathoc( - ["ws:/p/", "wf:f'wf:b\"test\"'"], + ["ws:/p/", "wf:f'wf:b\"test\"':pa,1"], ws_read_limit=1 ) - print >> sys.stderr, r assert r[1].payload == "test" def test_websocket_frame_reflect_error(self): |