mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 20:40:18 +00:00
Improve testing of option flow in Coinbase (#52870)
This commit is contained in:
@@ -9,13 +9,6 @@ BAD_CURRENCY = "ETH"
|
||||
BAD_EXCHANGE_RATE = "ETH"
|
||||
|
||||
MOCK_ACCOUNTS_RESPONSE = [
|
||||
{
|
||||
"balance": {"amount": "13.38", "currency": GOOD_CURRENCY_3},
|
||||
"currency": GOOD_CURRENCY_3,
|
||||
"id": "ABCDEF",
|
||||
"name": "BTC Wallet",
|
||||
"native_balance": {"amount": "15.02", "currency": GOOD_CURRENCY_2},
|
||||
},
|
||||
{
|
||||
"balance": {"amount": "0.00001", "currency": GOOD_CURRENCY},
|
||||
"currency": GOOD_CURRENCY,
|
||||
|
||||
Reference in New Issue
Block a user