test: remove pointless test calculation

This commit is contained in:
Matthias
2026-02-09 19:58:45 +01:00
parent 9eb668d08a
commit 4036375759

View File

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