Rename backtest-result from new to "not new".

This commit is contained in:
Matthias
2022-12-26 15:30:39 +01:00
parent 6a15a9b412
commit 882e68c68b
8 changed files with 21 additions and 21 deletions

View File

@@ -1709,7 +1709,7 @@ def test_api_backtest_history(botclient, mocker, testdatadir):
mocker.patch('freqtrade.data.btanalysis._get_backtest_files',
return_value=[
testdatadir / 'backtest_results/backtest-result_multistrat.json',
testdatadir / 'backtest_results/backtest-result_new.json'
testdatadir / 'backtest_results/backtest-result.json'
])
rc = client_get(client, f"{BASE_URI}/backtest/history")