From 40363757592aa145901a29aec24adcde40e6af2f Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 9 Feb 2026 19:58:45 +0100 Subject: [PATCH] test: remove pointless test calculation --- tests/rpc/test_rpc_apiserver.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/rpc/test_rpc_apiserver.py b/tests/rpc/test_rpc_apiserver.py index b92703e65..b69dab6b7 100644 --- a/tests/rpc/test_rpc_apiserver.py +++ b/tests/rpc/test_rpc_apiserver.py @@ -2585,7 +2585,6 @@ def test_api_strategy(botclient, tmp_path, mocker): assert_response(rc) response2 = rc.json() assert len(response2["params"]) >= 8 - buy_rsi = next(p for p in response2["params"] if p["name"] == "buy_rsi") param_exitaaa = next(p for p in response2["params"] if p["name"] == "exitaaa") assert param_exitaaa == { "param_type": "IntParameter",