summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorengn33r <engn33r@users.noreply.github.com>2023-01-26 00:00:00 +0000
committerengn33r <engn33r@users.noreply.github.com>2023-01-26 00:00:00 +0000
commit0895e5ce47d6b1a52f86ba24292a310d67902786 (patch)
tree661b1eb56616f7e2f5e3ebd61a6e05db0b36a58a
parent91b76c8b1b34d08b56bc7e27fffd8e194174b5ba (diff)
downloadwebsocket-client-0895e5ce47d6b1a52f86ba24292a310d67902786.tar.gz
Remove incorrect comment
-rw-r--r--websocket/tests/test_app.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/websocket/tests/test_app.py b/websocket/tests/test_app.py
index 09ba348..ac563c6 100644
--- a/websocket/tests/test_app.py
+++ b/websocket/tests/test_app.py
@@ -191,7 +191,6 @@ class WebSocketAppTest(unittest.TestCase):
# def testOpcodeBinary(self):
# """ Test WebSocketApp binary opcode
# """
- # # The lack of wss:// in the URL below is on purpose
# app = ws.WebSocketApp('wss://streaming.vn.teslamotors.com/streaming/')
# app.run_forever(ping_interval=2, ping_timeout=1, ping_payload="Ping payload")