mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
Minor: fix test
This commit is contained in:
parent
be03c22dba
commit
1bf333d320
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user