chore: huobijp rename to bittrade

aligned with https://github.com/ccxt/ccxt/pull/26036
This commit is contained in:
Matthias
2025-06-02 08:40:05 +02:00
parent 71920cefb1
commit b05fb57fb7

View File

@@ -66,7 +66,7 @@ def test_check_exchange(default_conf, caplog) -> None:
)
caplog.clear()
# Test an available exchange, supported by ccxt
default_conf.get("exchange").update({"name": "huobijp"})
default_conf.get("exchange").update({"name": "bittrade"})
assert check_exchange(default_conf)
assert log_has_re(
r"Exchange .* is known to the ccxt library, available for the bot, "