diff options
Diffstat (limited to 'test/test_pathod.py')
-rw-r--r-- | test/test_pathod.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_pathod.py b/test/test_pathod.py index 266f41ab..18b546e4 100644 --- a/test/test_pathod.py +++ b/test/test_pathod.py @@ -186,6 +186,7 @@ class CommonTests(tutils.DaemonTests): def test_websocket(self): r = self.pathoc("ws:/p/") + assert r.status_code == 101 class TestDaemon(CommonTests): |