Remove deprecated current_profit from api responses

This commit is contained in:
Matthias
2023-02-28 18:15:58 +01:00
parent bebee15d10
commit 0707e70183
4 changed files with 1 additions and 19 deletions

View File

@@ -1008,9 +1008,6 @@ def test_api_status(botclient, mocker, ticker, fee, markets, is_short,
'close_profit_pct': None,
'close_profit_abs': None,
'close_rate': None,
'current_profit': ANY,
'current_profit_pct': ANY,
'current_profit_abs': ANY,
'profit_ratio': ANY,
'profit_pct': ANY,
'profit_abs': ANY,