test: adapt starting capital tests for tradable_balance_ratio

This commit is contained in:
Matthias
2024-12-17 20:32:11 +01:00
parent 5af894047e
commit ed2427852b
4 changed files with 13 additions and 6 deletions
+1 -1
View File
@@ -1087,7 +1087,7 @@ async def test_balance_handle_empty_response_dry(default_conf, update, mocker) -
result = msg_mock.call_args_list[0][0][0]
assert msg_mock.call_count == 1
assert "*Warning:* Simulated balances in Dry Mode." in result
assert "Starting capital: `1000 BTC`" in result
assert "Starting capital: `990 BTC`" in result
async def test_balance_handle_too_large_response(default_conf, update, mocker) -> None: