fix(tests): use myokx for non-futures list-exchanges check
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user