diff --git a/tests/exchange_online/conftest.py b/tests/exchange_online/conftest.py index 1b73e9ec6..89e280a6e 100644 --- a/tests/exchange_online/conftest.py +++ b/tests/exchange_online/conftest.py @@ -435,14 +435,13 @@ EXCHANGES = { "candle_count": 1000, "orderbook_max_entries": 50, }, - # TODO: re-enable htx once certificates work again - # "htx": { - # "pair": "ETH/BTC", - # "stake_currency": "BTC", - # "hasQuoteVolume": True, - # "timeframe": "1h", - # "candle_count": 1000, - # }, + "htx": { + "pair": "ETH/BTC", + "stake_currency": "BTC", + "hasQuoteVolume": True, + "timeframe": "1h", + "candle_count": 1000, + }, "bitvavo": { "pair": "BTC/EUR", "stake_currency": "EUR",