test: enable gate futures test

This commit is contained in:
Matthias
2025-11-18 19:16:32 +01:00
parent 58452ebc7c
commit 6e1367fa94

View File

@@ -437,9 +437,6 @@ class TestCCXTExchange:
def test_ccxt_get_fee_futures(self, exchange_futures: EXCHANGE_FIXTURE_TYPE):
exch, exchangename = exchange_futures
pair = EXCHANGES[exchangename].get("futures_pair", EXCHANGES[exchangename]["pair"])
if exchangename == "gate":
# gate futures fees are sometimes zero
pytest.skip("Gate futures fees are currently not working.")
self._ccxt_get_fee(exch, pair)
def test_ccxt_get_max_leverage_spot(self, exchange: EXCHANGE_FIXTURE_TYPE):