Update runmode to 'backtest' in some test cases

This commit is contained in:
Matthias
2024-01-06 18:14:14 +01:00
parent 582f51ccdd
commit 394c260eb2
4 changed files with 10 additions and 2 deletions
+1
View File
@@ -107,6 +107,7 @@ def test_freqai_backtest_live_models_model_not_found(freqai_conf, mocker, testda
def test_freqai_backtest_consistent_timerange(mocker, freqai_conf):
freqai_conf['runmode'] = 'backtest'
mocker.patch('freqtrade.plugins.pairlistmanager.PairListManager.whitelist',
PropertyMock(return_value=['XRP/USDT:USDT']))