mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 05:50:36 +00:00
Update misspellings that are being detected now
This commit is contained in:
@@ -1067,7 +1067,7 @@ def test_VolumePairList_range(
|
||||
elif volumefilter_result == "lookback_days_and_period":
|
||||
with pytest.raises(
|
||||
OperationalException,
|
||||
match=r"Ambigous configuration: lookback_days and lookback_period both "
|
||||
match=r"Ambiguous configuration: lookback_days and lookback_period both "
|
||||
r"set in pairlist config\..*",
|
||||
):
|
||||
freqtrade = get_patched_freqtradebot(mocker, whitelist_conf)
|
||||
|
||||
Reference in New Issue
Block a user