fix another test

This commit is contained in:
Stefano 2023-09-21 20:19:39 +09:00
parent ce4f1b0709
commit a0e115ebd9
2 changed files with 9 additions and 2 deletions

View File

@ -33,9 +33,16 @@ usage: freqtrade recursive-analysis [-h] [-v] [--logfile FILE] [-V] [-c PATH]
[--freqaimodel-path PATH] [-i TIMEFRAME]
[--timerange TIMERANGE]
[--data-format-ohlcv {json,jsongz,hdf5,feather,parquet}]
[-p PAIRS [PAIRS ...]]
[-p PAIR]
[--freqai-backtest-live-models]
[--startup-candle STARTUP_CANDLES [STARTUP_CANDLES ...]]
optional arguments:
-p PAIR, --pairs PAIR
Limit command to this pair.
--startup-candle STARTUP_CANDLE [STARTUP_CANDLE ...]
Provide a space-separated list of startup_candle_count to
be checked. Default : `199 399 499 999 1999`.
```
### Summary

View File

@ -1556,7 +1556,7 @@ def test_start_strategy_updater(mocker, tmpdir):
pargs['config'] = None
start_strategy_update(pargs)
# Number of strategies in the test directory
assert sc_mock.call_count == 11
assert sc_mock.call_count == 12
sc_mock.reset_mock()
args = [