test: further test simplifications

This commit is contained in:
Matthias
2025-12-11 06:49:56 +01:00
parent ae8f059de0
commit 451eef5c99
2 changed files with 35 additions and 26 deletions

View File

@@ -4108,7 +4108,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,
)