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, 3 insertions, 0 deletions
diff --git a/test/test_pathod.py b/test/test_pathod.py
index 00634e27..266f41ab 100644
--- a/test/test_pathod.py
+++ b/test/test_pathod.py
@@ -184,6 +184,9 @@ class CommonTests(tutils.DaemonTests):
r = self.pathoc(r"get:'http://foo.com/p/202':da")
assert r.status_code == 202
+ def test_websocket(self):
+ r = self.pathoc("ws:/p/")
+
class TestDaemon(CommonTests):
ssl = False