chore: fix missed dependencies for deploy_ui

This commit is contained in:
Matthias
2024-10-05 13:20:43 +02:00
parent ed5c929b23
commit aa2c1501da
2 changed files with 2 additions and 2 deletions

View File

@@ -185,7 +185,7 @@ def test_api_ui_fallback(botclient, mocker):
def test_api_ui_version(botclient, mocker):
_ftbot, client = botclient
mocker.patch("freqtrade.commands.deploy_commands.read_ui_version", return_value="0.1.2")
mocker.patch("freqtrade.commands.deploy_ui.read_ui_version", return_value="0.1.2")
rc = client_get(client, "/ui_version")
assert rc.status_code == 200
assert rc.json()["version"] == "0.1.2"