summaryrefslogtreecommitdiff
path: root/websocket/tests/test_app.py
diff options
context:
space:
mode:
authorbubbleboy14 <mario.balibrera@gmail.com>2023-01-20 13:14:23 -0800
committerbubbleboy14 <mario.balibrera@gmail.com>2023-01-20 13:14:23 -0800
commitbe4110c08c5d10b52410c36c72d1deb9e4cbf32c (patch)
treed6dddc00338bc416ba72e7de629dd170270ddb8f /websocket/tests/test_app.py
parent7d83cc3e559526ca2d6774768baffc19ff14f8da (diff)
parent601a9022d6044bf6d414fdb1122916b65dc58ca7 (diff)
downloadwebsocket-client-t858.tar.gz
Merge branch 'master' into t858t858
Diffstat (limited to 'websocket/tests/test_app.py')
-rw-r--r--websocket/tests/test_app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/websocket/tests/test_app.py b/websocket/tests/test_app.py
index 8614d08..5526d3e 100644
--- a/websocket/tests/test_app.py
+++ b/websocket/tests/test_app.py
@@ -191,7 +191,7 @@ class WebSocketAppTest(unittest.TestCase):
""" Test WebSocketApp binary opcode
"""
# The lack of wss:// in the URL below is on purpose
- app = ws.WebSocketApp('streaming.vn.teslamotors.com/streaming/')
+ app = ws.WebSocketApp('wss://streaming.vn.teslamotors.com/streaming/')
app.run_forever(ping_interval=2, ping_timeout=1, ping_payload="Ping payload")
@unittest.skipUnless(TEST_WITH_INTERNET, "Internet-requiring tests are disabled")