mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 14:00:38 +00:00
test: update exchange api test
This commit is contained in:
@@ -2554,6 +2554,7 @@ def test_api_exchanges(botclient):
|
||||
"valid": True,
|
||||
"supported": True,
|
||||
"comment": "",
|
||||
"comment_futures": ANY,
|
||||
"dex": False,
|
||||
"is_alias": False,
|
||||
"alias_for": None,
|
||||
@@ -2571,6 +2572,7 @@ def test_api_exchanges(botclient):
|
||||
"supported": False,
|
||||
"dex": False,
|
||||
"comment": "",
|
||||
"comment_futures": ANY,
|
||||
"is_alias": False,
|
||||
"alias_for": None,
|
||||
"trade_modes": [{"trading_mode": "spot", "margin_mode": ""}],
|
||||
@@ -2583,6 +2585,7 @@ def test_api_exchanges(botclient):
|
||||
"supported": False,
|
||||
"dex": True,
|
||||
"comment": ANY,
|
||||
"comment_futures": ANY,
|
||||
"is_alias": False,
|
||||
"alias_for": None,
|
||||
"trade_modes": [{"trading_mode": "spot", "margin_mode": ""}],
|
||||
|
||||
Reference in New Issue
Block a user