test adjusted
This commit is contained in:
parent
0cc2210f22
commit
a65c89f090
@ -484,7 +484,8 @@ def test_check_exchange(default_conf, caplog) -> None:
|
|||||||
|
|
||||||
with pytest.raises(
|
with pytest.raises(
|
||||||
OperationalException,
|
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)
|
configuration.check_exchange(default_conf)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user