mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
change port in send_msg test
This commit is contained in:
parent
07aa206f71
commit
aeaca78940
|
@ -1752,7 +1752,7 @@ def test_api_ws_send_msg(default_conf, mocker, caplog):
|
|||
|
||||
default_conf.update({"api_server": {"enabled": True,
|
||||
"listen_ip_address": "127.0.0.1",
|
||||
"listen_port": 8080,
|
||||
"listen_port": 9913,
|
||||
"username": "TestUser",
|
||||
"password": "testPass",
|
||||
}})
|
||||
|
|
Loading…
Reference in New Issue
Block a user