aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/test_websockets.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/test/test_websockets.py b/test/test_websockets.py
index a5ebf3d1..0c23e355 100644
--- a/test/test_websockets.py
+++ b/test/test_websockets.py
@@ -70,9 +70,4 @@ class TestBadHandshake(test.ServerTestBase):
def test(self):
client = impl.WebSocketsClient(("127.0.0.1", self.port))
client.connect()
- client.send_message("hello")
-
-
-
-
-
+ client.send_message("hello") \ No newline at end of file