test: update test for strEnum

This commit is contained in:
Matthias
2026-02-10 07:20:01 +01:00
parent 24319585b4
commit abf5f2b49a

View File

@@ -6652,7 +6652,7 @@ def test_verify_candle_type_support(default_conf, mocker):
with pytest.raises(
OperationalException,
match=r"Exchange .* does not support fetching premiumindex candles\.",
match=r"Exchange .* does not support fetching premiumIndex candles\.",
):
exchange.verify_candle_type_support(CandleType.PREMIUMINDEX)