From 8a33b71351dd995d81f1ba1f218c3efcdb31ddec Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 2 Jan 2026 11:40:10 +0100 Subject: [PATCH] test: update exchange api test --- tests/rpc/test_rpc_apiserver.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/rpc/test_rpc_apiserver.py b/tests/rpc/test_rpc_apiserver.py index 768858aac..ff66cbf4b 100644 --- a/tests/rpc/test_rpc_apiserver.py +++ b/tests/rpc/test_rpc_apiserver.py @@ -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": ""}],