aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pathod.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_pathod.py')
-rw-r--r--test/test_pathod.py3
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):