From 11dd349c2bafce5890689307e796f1d28d692189 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 20 Jan 2024 17:18:21 +0100 Subject: [PATCH] Update ccxt online test name to htx --- tests/exchange_online/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/exchange_online/conftest.py b/tests/exchange_online/conftest.py index 875faeded..a613ae586 100644 --- a/tests/exchange_online/conftest.py +++ b/tests/exchange_online/conftest.py @@ -247,7 +247,7 @@ EXCHANGES = { 'timeframe': '1h', 'orderbook_max_entries': 50, }, - 'huobi': { + 'htx': { 'pair': 'ETH/BTC', 'stake_currency': 'BTC', 'hasQuoteVolume': True,