aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChandler Abraham <cabraham@twitter.com>2015-04-11 17:28:52 -0700
committerChandler Abraham <cabraham@twitter.com>2015-04-11 17:28:52 -0700
commit0ed2a290639833d772b89cf333577820e84f8204 (patch)
treef521759170e632bcafc5576232699cce65d775e2
parentf131f9b855e77554072415c925ed112ec74ee48a (diff)
downloadmitmproxy-0ed2a290639833d772b89cf333577820e84f8204.tar.gz
mitmproxy-0ed2a290639833d772b89cf333577820e84f8204.tar.bz2
mitmproxy-0ed2a290639833d772b89cf333577820e84f8204.zip
whitespace
-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