test: update test wording for stoploss price type

This commit is contained in:
Matthias
2026-03-26 07:08:44 +01:00
parent 3c43e3dae3
commit 6e6082fa2b
+2 -1
View File
@@ -960,7 +960,8 @@ def test_validate_ordertypes_stop_advanced(default_conf, mocker, exchange_name,
ExchangeResolver.load_exchange(default_conf)
else:
with pytest.raises(
OperationalException, match=r"On exchange stoploss price type is not supported for .*"
OperationalException,
match=r"On exchange stoploss price type '.*' is not supported for .*",
):
ExchangeResolver.load_exchange(default_conf)