This commit is contained in:
misagh
2018-11-25 19:09:11 +01:00
parent 92930b2343
commit a80c984323
2 changed files with 8 additions and 2 deletions

View File

@@ -205,7 +205,8 @@ def test_strategy_override_order_types(caplog):
assert ('freqtrade.strategy.resolver',
logging.INFO,
"Override strategy 'order_types' with value in config file:"
" {'buy': 'market', 'sell': 'limit', 'stoploss': 'limit', 'stoploss_on_exchange': True}."
" {'buy': 'market', 'sell': 'limit', 'stoploss': 'limit',"
" 'stoploss_on_exchange': True}."
) in caplog.record_tuples
config = {