mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-19 19:01:06 +00:00
chore: fix RUF043 violations
This commit is contained in:
@@ -111,7 +111,7 @@ def test_load_strategy_noname(default_conf):
|
||||
default_conf["strategy"] = ""
|
||||
with pytest.raises(
|
||||
OperationalException,
|
||||
match="No strategy set. Please use `--strategy` to specify the strategy class to use.",
|
||||
match=r"No strategy set. Please use `--strategy` to specify the strategy class to use\.",
|
||||
):
|
||||
StrategyResolver.load_strategy(default_conf)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user