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
View File
@@ -1056,6 +1056,7 @@ def test_api_edge_disabled(botclient, mocker, ticker, fee, markets):
)
def test_api_profit(botclient, mocker, ticker, fee, markets, is_short, expected):
ftbot, client = botclient
ftbot.config["tradable_balance_ratio"] = 1
patch_get_signal(ftbot)
mocker.patch.multiple(
EXMS,