refactor: available_pairs is for webserver only

This commit is contained in:
Matthias
2026-01-20 06:10:12 +01:00
parent fe86163730
commit 5e7246d23b
3 changed files with 37 additions and 33 deletions

View File

@@ -2826,6 +2826,7 @@ def test_api_pairlists_evaluate(botclient, tmp_path, mocker):
def test_list_available_pairs(botclient):
ftbot, client = botclient
ftbot.config["runmode"] = RunMode.WEBSERVER
rc = client_get(client, f"{BASE_URI}/available_pairs")