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',
|
'buy': 'limit',
|
||||||
'sell': 'limit',
|
'sell': 'limit',
|
||||||
'stoploss': 'market',
|
'stoploss': 'market',
|
||||||
'stoploss_on_exchange': 'false'
|
'stoploss_on_exchange': False
|
||||||
}
|
}
|
||||||
|
|
||||||
with pytest.raises(OperationalException,
|
with pytest.raises(OperationalException,
|
||||||
|
Loading…
Reference in New Issue
Block a user