Add test for loading ticker-interval from strategy

This commit is contained in:
Matthias 2019-12-05 20:35:54 +01:00
parent 4b0a4c936a
commit 703458f365
1 changed files with 2 additions and 1 deletions

View File

@ -435,7 +435,8 @@ def test_start_calls_optimizer(mocker, default_conf, caplog, capsys) -> None:
'params': {'buy': {}, 'sell': {}, 'roi': {}, 'stoploss': 0.0}}])
)
patch_exchange(mocker)
# Co-test loading ticker-interval from strategy
del default_conf['ticker_interval']
default_conf.update({'config': 'config.json.example',
'hyperopt': 'DefaultHyperOpt',
'epochs': 1,