Minor: fix test

This commit is contained in:
hroff-1902 2020-06-14 00:57:13 +03:00
parent be03c22dba
commit 1bf333d320

View File

@ -705,7 +705,7 @@ def test_validate_order_types(default_conf, mocker):
'buy': 'limit',
'sell': 'limit',
'stoploss': 'market',
'stoploss_on_exchange': 'false'
'stoploss_on_exchange': False
}
with pytest.raises(OperationalException,