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(
|
with pytest.raises(
|
||||||
OperationalException,
|
OperationalException,
|
||||||
match=r"ChangeFilter requires lookback_period to not exceed"
|
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)
|
get_patched_freqtradebot(mocker, rpl_config)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user