From 60f71bbc2b946d554a163604e687b15730a3ffa4 Mon Sep 17 00:00:00 2001 From: matstedt Date: Wed, 14 Jan 2026 11:12:51 +0100 Subject: [PATCH] tests: re-enable hyperliquid spot online tests --- tests/exchange_online/conftest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/exchange_online/conftest.py b/tests/exchange_online/conftest.py index 5d9b0ca67..db8d14064 100644 --- a/tests/exchange_online/conftest.py +++ b/tests/exchange_online/conftest.py @@ -548,7 +548,6 @@ EXCHANGES: dict[str, TestExchangeOnlineSetup] = { "hasQuoteVolume": False, "timeframe": "30m", "futures": True, - "futures_only": True, "candle_count": 5000, "orderbook_max_entries": 20, "futures_pair": "BTC/USDC:USDC",