From 5d4324dd550d7edbb79c15cb62545a1e737a22e2 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 1 Feb 2025 13:53:14 +0100 Subject: [PATCH] test: update percentChange pairlist test there's little reason to have this test for a particular number --- tests/plugins/test_percentchangepairlist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/plugins/test_percentchangepairlist.py b/tests/plugins/test_percentchangepairlist.py index 6f399fc9f..7c2f16d76 100644 --- a/tests/plugins/test_percentchangepairlist.py +++ b/tests/plugins/test_percentchangepairlist.py @@ -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)