Skip to content

Commit 1ef2eeb

Browse files
committed
chore(ci): reenable htx online tests through proxy
1 parent 23e4943 commit 1ef2eeb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tests/exchange_online/conftest.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -408,14 +408,14 @@
408408
"candle_count": 200,
409409
"orderbook_max_entries": 50,
410410
},
411-
# TODO: verify why htx is not working in CI.
412-
# "htx": {
413-
# "pair": "ETH/BTC",
414-
# "stake_currency": "BTC",
415-
# "hasQuoteVolume": True,
416-
# "timeframe": "1h",
417-
# "candle_count": 1000,
418-
# },
411+
"htx": {
412+
"pair": "ETH/BTC",
413+
"use_ci_proxy": True,
414+
"stake_currency": "BTC",
415+
"hasQuoteVolume": True,
416+
"timeframe": "1h",
417+
"candle_count": 1000,
418+
},
419419
"bitvavo": {
420420
"pair": "BTC/EUR",
421421
"stake_currency": "EUR",

0 commit comments

Comments
 (0)