test: further test simplifications

This commit is contained in:
Matthias
2025-12-11 06:49:56 +01:00
parent eabb7c98ce
commit fc5680d95c
2 changed files with 35 additions and 26 deletions
+1 -1
View File
@@ -4033,7 +4033,7 @@ def test_fetch_order_or_stoploss_order(default_conf, mocker):
fetch_order_mock = MagicMock()
fetch_stoploss_order_mock = MagicMock()
mocker.patch.multiple(
EXMS,
exchange,
fetch_order=fetch_order_mock,
fetch_stoploss_order=fetch_stoploss_order_mock,
)