chore: remove workaround for Kraken ".F" workaround

This commit is contained in:
Matthias
2025-03-31 06:47:23 +02:00
parent 63010bc5e9
commit 795a0b81ee
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ def test_get_balances_prod_kraken(default_conf, mocker):
"4TH": balance_item.copy(),
"EUR": balance_item.copy(),
"BTC": {"free": 0.0, "total": 0.0, "used": 0.0},
"XBT.F": balance_item.copy(),
"BTC.F": balance_item.copy(),
"timestamp": 123123,
}
)