From 0d1172ca4395f916bfad5694ae67a469baa59aa1 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 13 Jan 2023 07:04:29 +0100 Subject: [PATCH] Update binance future test --- tests/exchange/test_binance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/exchange/test_binance.py b/tests/exchange/test_binance.py index 189f0488d..2bee8f1f5 100644 --- a/tests/exchange/test_binance.py +++ b/tests/exchange/test_binance.py @@ -578,7 +578,7 @@ async def test__async_get_historic_ohlcv_binance(default_conf, mocker, caplog, c @pytest.mark.parametrize("trading_mode,margin_mode,config", [ ("spot", "", {}), ("margin", "cross", {"options": {"defaultType": "margin"}}), - ("futures", "isolated", {"options": {"defaultType": "future"}}), + ("futures", "isolated", {"options": {"defaultType": "swap"}}), ]) def test__ccxt_config(default_conf, mocker, trading_mode, margin_mode, config): default_conf['trading_mode'] = trading_mode