Improve tests and unify required attribute

This commit is contained in:
Matthias
2019-11-26 11:48:01 +01:00
parent 9e7d367b5c
commit 585b8332ad
2 changed files with 9 additions and 5 deletions

View File

@@ -269,10 +269,8 @@ CONF_SCHEMA = {
'required': ['process_throttle_secs', 'allowed_risk', 'capital_available_percentage']
}
},
'anyOf': [
{'required': ['exchange']}
],
'required': [
'exchange',
'max_open_trades',
'stake_currency',
'stake_amount',