Adjust hyperopt tests after the merge with develop

This commit is contained in:
hroff-1902 2019-09-06 16:09:03 +03:00
parent 2e49125e87
commit 4fdf8a75cd
1 changed files with 2 additions and 1 deletions

View File

@ -706,7 +706,8 @@ def test_simplified_interface_roi_stoploss(mocker, default_conf, caplog, capsys)
parallel = mocker.patch(
'freqtrade.optimize.hyperopt.Hyperopt.run_optimizer_parallel',
MagicMock(return_value=[{'loss': 1, 'results_explanation': 'foo result', 'params': {}}])
MagicMock(return_value=[{
'loss': 1, 'results_explanation': 'foo result', 'params': {'stoploss': 0.0}}])
)
patch_exchange(mocker)