test: update test for strEnum
This commit is contained in:
@@ -6652,7 +6652,7 @@ def test_verify_candle_type_support(default_conf, mocker):
|
|||||||
|
|
||||||
with pytest.raises(
|
with pytest.raises(
|
||||||
OperationalException,
|
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)
|
exchange.verify_candle_type_support(CandleType.PREMIUMINDEX)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user