tests: Adjust tests for removed validate_pairlist functionality

This commit is contained in:
Matthias
2024-09-15 11:27:23 +02:00
parent 94ef4380d4
commit f4881e7c6f
2 changed files with 0 additions and 136 deletions
-1
View File
@@ -2204,7 +2204,6 @@ def test_manage_open_orders_buy_exception(
patch_exchange(mocker)
mocker.patch.multiple(
EXMS,
validate_pairs=MagicMock(),
fetch_ticker=ticker_usdt,
fetch_order=MagicMock(side_effect=ExchangeError),
cancel_order=cancel_order_mock,