Improve testing of option flow in Coinbase (#52870)
This commit is contained in:
parent
0f6a0f6bcd
commit
9308fa28e7
3 changed files with 91 additions and 68 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue