File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ def test_create_uri_userdata_regular_com(self):
298
298
stream_id ,
299
299
self .__class__ .binance_com_testnet_api_key ,
300
300
self .__class__ .binance_com_testnet_api_secret ),
301
- r'wss://testnet.binance.vision/ws/. ' )
301
+ r'wss://testnet.binance.vision/ws-api/v3 ' )
302
302
303
303
def test_create_uri_userdata_reverse_com (self ):
304
304
if BINANCE_COM_TESTNET_API_KEY is not None and BINANCE_COM_TESTNET_API_SECRET is not None :
@@ -311,7 +311,7 @@ def test_create_uri_userdata_reverse_com(self):
311
311
stream_id ,
312
312
self .binance_com_testnet_api_key ,
313
313
self .binance_com_testnet_api_secret ),
314
- r'wss://stream .binance.com:9443 /ws/. ' )
314
+ r'wss://testnet .binance.vision /ws-api/v3 ' )
315
315
316
316
def test_is_exchange_type_cex (self ):
317
317
self .assertEqual (self .__class__ .ubwa .is_exchange_type ("cex" ), True )
You can’t perform that action at this time.
0 commit comments