Fix bybit spot live tests

This commit is contained in:
Matthias
2024-02-18 16:09:59 +01:00
committed by Joe Schr
parent b67f2ddb4e
commit 9792e447e8

View File

@@ -324,7 +324,8 @@ def get_futures_exchange(exchange_name, exchange_conf, class_mocker):
@pytest.fixture(params=EXCHANGES, scope="class")
def exchange(request, exchange_conf):
def exchange(request, exchange_conf, class_mocker):
class_mocker.patch('freqtrade.exchange.bybit.Bybit.additional_exchange_init')
yield from get_exchange(request.param, exchange_conf)