test: update percentChange pairlist test

there's little reason to have this test for a particular number
This commit is contained in:
Matthias
2025-02-01 13:53:14 +01:00
parent fc0cae21e6
commit 5d4324dd55

View File

@@ -107,7 +107,7 @@ def test_volume_change_pair_list_init_wrong_lookback_period(mocker, rpl_config):
with pytest.raises(
OperationalException,
match=r"ChangeFilter requires lookback_period to not exceed"
r" exchange max request size \(1000\)",
r" exchange max request size \(\d+\)",
):
get_patched_freqtradebot(mocker, rpl_config)