From 63c8eae4a5e53186c1cc8986f2b5aa3c2e02ac76 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 12 May 2024 09:33:39 +0200 Subject: [PATCH] Remove unused fixtures --- tests/plugins/test_pairlist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/plugins/test_pairlist.py b/tests/plugins/test_pairlist.py index 4aa08e9a8..10cef1138 100644 --- a/tests/plugins/test_pairlist.py +++ b/tests/plugins/test_pairlist.py @@ -1776,7 +1776,7 @@ def test_MarketCapPairList_timing(mocker, default_conf_usdt, markets, time_machi assert markets_mock.call_count == 3 -def test_MarketCapPairList_exceptions(mocker, default_conf_usdt, markets, time_machine): +def test_MarketCapPairList_exceptions(mocker, default_conf_usdt): exchange = get_patched_exchange(mocker, default_conf_usdt) default_conf_usdt['pairlists'] = [{"method": "MarketCapPairList"}]