mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-10 16:20:39 +00:00
chore: huobijp rename to bittrade
aligned with https://github.com/ccxt/ccxt/pull/26036
This commit is contained in:
@@ -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, "
|
||||
|
||||
Reference in New Issue
Block a user