From 5405a4d458434bd42538472947bb07476ea83b89 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Fri, 24 Apr 2015 07:35:17 +1200 Subject: Pull HTTP functionality out of language._Message in prep for frames --- test/test_pathod.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/test_pathod.py') diff --git a/test/test_pathod.py b/test/test_pathod.py index 18b546e4..1a10d2c2 100644 --- a/test/test_pathod.py +++ b/test/test_pathod.py @@ -188,6 +188,9 @@ class CommonTests(tutils.DaemonTests): r = self.pathoc("ws:/p/") assert r.status_code == 101 + r = self.pathoc("ws:/p/ws") + assert r.status_code == 101 + class TestDaemon(CommonTests): ssl = False -- cgit v1.2.3