fix(tests): use myokx for non-futures list-exchanges check

This commit is contained in:
matstedt
2026-01-23 17:17:08 +01:00
committed by Matthias
parent 9ddf464c03
commit 0cab0e8ac5
+1 -1
View File
@@ -211,7 +211,7 @@ def test_list_exchanges(capsys):
assert re.search(r"Exchanges available for Freqtrade.*", captured.out)
assert re.search(r".*binance.*", captured.out)
assert re.search(r"\bkrakenfutures\b", captured.out)
assert not re.search(r"\bkraken\b", captured.out)
assert not re.search(r"\bmyokx\b", captured.out)
def test_list_timeframes(mocker, capsys):