We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e4943 commit 1ef2eebCopy full SHA for 1ef2eeb
tests/exchange_online/conftest.py
@@ -408,14 +408,14 @@
408
"candle_count": 200,
409
"orderbook_max_entries": 50,
410
},
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
- # },
+ "htx": {
+ "pair": "ETH/BTC",
+ "use_ci_proxy": True,
+ "stake_currency": "BTC",
+ "hasQuoteVolume": True,
+ "timeframe": "1h",
+ "candle_count": 1000,
+ },
419
"bitvavo": {
420
"pair": "BTC/EUR",
421
"stake_currency": "EUR",
0 commit comments