From b8ba6cd9708596ce331e6e646e41a3f4dfd4cbc9 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 21 Sep 2024 16:56:20 +0200 Subject: [PATCH] tests: update rpc_status --- tests/rpc/test_rpc.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/rpc/test_rpc.py b/tests/rpc/test_rpc.py index 4c2453145..dd8c1bb9a 100644 --- a/tests/rpc/test_rpc.py +++ b/tests/rpc/test_rpc.py @@ -149,7 +149,10 @@ def test_rpc_trade_status(default_conf, ticker, fee, mocker) -> None: # Different from "filled" response: response_unfilled.update( { - "amount": 91.07468124, + "amount": 0.0, + "open_trade_value": 0.0, + "stoploss_entry_dist": 0.0, + "stoploss_entry_dist_ratio": 0.0, "profit_ratio": 0.0, "profit_pct": 0.0, "profit_abs": 0.0,