diff --git a/tests/exchange_online/conftest.py b/tests/exchange_online/conftest.py index 2edc8b322..ba55bfb1d 100644 --- a/tests/exchange_online/conftest.py +++ b/tests/exchange_online/conftest.py @@ -408,14 +408,14 @@ EXCHANGES = { "candle_count": 200, "orderbook_max_entries": 50, }, - # TODO: verify why htx is not working in CI. - # "htx": { - # "pair": "ETH/BTC", - # "stake_currency": "BTC", - # "hasQuoteVolume": True, - # "timeframe": "1h", - # "candle_count": 1000, - # }, + "htx": { + "pair": "ETH/BTC", + "use_ci_proxy": True, + "stake_currency": "BTC", + "hasQuoteVolume": True, + "timeframe": "1h", + "candle_count": 1000, + }, "bitvavo": { "pair": "BTC/EUR", "stake_currency": "EUR",