test: update tests for new log message format

This commit is contained in:
Matthias
2026-01-10 17:45:22 +01:00
parent 9cbb8ec1c2
commit 14aeb56ff9
2 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -43,9 +43,9 @@ def test_volume_change_pair_list_init_exchange_support(mocker, rpl_config):
with pytest.raises(
OperationalException,
match=r"Exchange does not support dynamic whitelist in this configuration. "
match=r"Exchange .* does not support dynamic whitelist in this configuration. "
r"Please edit your config and either remove PercentChangePairList, "
r"or switch to using candles. and restart the bot.",
r"or switch to using candles and restart the bot.",
):
get_patched_freqtradebot(mocker, rpl_config)