diff options
| author | Chandler Abraham <cabraham@twitter.com> | 2015-04-19 22:22:15 -0700 |
|---|---|---|
| committer | Chandler Abraham <cabraham@twitter.com> | 2015-04-19 22:22:15 -0700 |
| commit | 2c9079b518ccb453dc3670cb358281df5ceb7362 (patch) | |
| tree | 1c801f707ec4c7bb913b6104d0f84b58398906fd | |
| parent | fae964d3157eeaa471392d5ba53615925729411a (diff) | |
| download | mitmproxy-2c9079b518ccb453dc3670cb358281df5ceb7362.tar.gz mitmproxy-2c9079b518ccb453dc3670cb358281df5ceb7362.tar.bz2 mitmproxy-2c9079b518ccb453dc3670cb358281df5ceb7362.zip | |
whitespace
| -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) |
