Update misspellings that are being detected now

This commit is contained in:
Matthias
2024-05-12 18:18:49 +02:00
parent 18e03f398e
commit 58edb0a54a
7 changed files with 22 additions and 22 deletions

View File

@@ -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)