test adjusted

This commit is contained in:
hroff-1902 2019-06-12 23:03:16 +03:00
parent 0cc2210f22
commit a65c89f090
1 changed files with 2 additions and 1 deletions

View File

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