Update tests for new wallet RPC structure

This commit is contained in:
Matthias
2022-02-22 19:30:07 +01:00
parent 13e74c5693
commit d07a24a54f
4 changed files with 20 additions and 1 deletions

View File

@@ -453,6 +453,10 @@ def test_api_balance(botclient, mocker, rpc_balance, tickers):
'used': 0.0,
'est_stake': 12.0,
'stake': 'BTC',
'is_position': False,
'leverage': 1.0,
'position': 0.0,
'side': 'long',
}
assert 'starting_capital' in response
assert 'starting_capital_fiat' in response