Show pairs which are wrong ...

This commit is contained in:
Matthias
2019-12-07 19:31:15 +01:00
parent bb9235c715
commit ed7207d4c8
2 changed files with 9 additions and 4 deletions

View File

@@ -801,7 +801,7 @@ def test_validate_whitelist(default_conf):
conf = deepcopy(default_conf)
conf['stake_currency'] = 'USDT'
with pytest.raises(OperationalException,
match="Stake-currency USDT not compatible with pair-whitelist."):
match=r"Stake-currency 'USDT' not compatible with pair-whitelist.*"):
validate_config_consistency(conf)