mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 00:23:07 +00:00
test: update percentChange pairlist test
there's little reason to have this test for a particular number
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user