test: update tests for new timeframe approach

This commit is contained in:
Matthias
2025-11-15 15:46:09 +01:00
parent ef86b4113d
commit 89274bfcdb
2 changed files with 12 additions and 10 deletions

View File

@@ -198,6 +198,8 @@ def test_list_timeframes(mocker, capsys):
"1h": "hour",
"1d": "day",
}
api_mock.options = {}
patch_exchange(mocker, api_mock=api_mock, exchange="bybit")
args = [
"list-timeframes",