diff options
-rw-r--r-- | test/test_websockets.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_websockets.py b/test/test_websockets.py index 34692183..035f9e17 100644 --- a/test/test_websockets.py +++ b/test/test_websockets.py @@ -165,8 +165,7 @@ class TestWebSockets(test.ServerTestBase): empty_stream = io.BytesIO("") assert "" == websockets.read_handshake(empty_stream, 1) - - + class BadHandshakeHandler(WebSocketsEchoHandler): def handshake(self): client_hs = websockets.read_handshake(self.rfile, 1) |