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",