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()
|
caplog.clear()
|
||||||
# Test an available exchange, supported by ccxt
|
# 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 check_exchange(default_conf)
|
||||||
assert log_has_re(
|
assert log_has_re(
|
||||||
r"Exchange .* is known to the ccxt library, available for the bot, "
|
r"Exchange .* is known to the ccxt library, available for the bot, "
|
||||||
|
|||||||
Reference in New Issue
Block a user