diff --git a/tests/freqai/test_freqai_backtesting.py b/tests/freqai/test_freqai_backtesting.py index 9d44cc656..b9e2d650a 100644 --- a/tests/freqai/test_freqai_backtesting.py +++ b/tests/freqai/test_freqai_backtesting.py @@ -72,7 +72,7 @@ def test_freqai_backtest_live_models_model_not_found(freqai_conf, mocker, testda '--config', 'config.json', '--datadir', str(testdatadir), '--strategy-path', str(Path(__file__).parents[1] / 'strategy/strats'), - '--timeframe', '1h', + '--timeframe', '5m', '--freqai-backtest-live-models' ] args = get_args(args)