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 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