test: update tests for new file structure

This commit is contained in:
Matthias
2025-04-27 11:35:06 +02:00
parent 7f12f3a0e4
commit d8b51875bf
3 changed files with 11 additions and 9 deletions

View File

@@ -2869,7 +2869,7 @@ def test_api_backtesting(botclient, mocker, fee, caplog, tmp_path):
def test_api_backtest_history(botclient, mocker, testdatadir):
ftbot, client = botclient
mocker.patch(
"freqtrade.data.btanalysis._get_backtest_files",
"freqtrade.data.btanalysis.bt_fileutils._get_backtest_files",
return_value=[
testdatadir / "backtest_results/backtest-result_multistrat.json",
testdatadir / "backtest_results/backtest-result.json",