enhance check_exchange

This commit is contained in:
hroff-1902
2019-06-11 13:18:35 +03:00
parent 50c7a2445b
commit 676e730013
4 changed files with 50 additions and 17 deletions

View File

@@ -484,7 +484,7 @@ def test_check_exchange(default_conf, caplog) -> None:
with pytest.raises(
OperationalException,
match=r'.*Exchange "unknown_exchange" not supported.*'
match=r'.*Exchange "unknown_exchange" is not supported by ccxt and not known for the bot.*'
):
configuration.check_exchange(default_conf)