mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-04-28 13:00:13 +00:00
chore: align API endpoints
This commit is contained in:
@@ -1332,6 +1332,11 @@ def test_api_profit(botclient, mocker, ticker, fee, markets, is_short, expected)
|
||||
"max_drawdown_start_timestamp": ANY,
|
||||
"max_drawdown_end": ANY,
|
||||
"max_drawdown_end_timestamp": ANY,
|
||||
"current_drawdown": ANY,
|
||||
"current_drawdown_abs": ANY,
|
||||
"current_drawdown_high": ANY,
|
||||
"current_drawdown_start": ANY,
|
||||
"current_drawdown_start_timestamp": ANY,
|
||||
"trading_volume": expected["trading_volume"],
|
||||
"bot_start_timestamp": 0,
|
||||
"bot_start_date": "",
|
||||
|
||||
Reference in New Issue
Block a user