Improve testing of option flow in Coinbase (#52870)

This commit is contained in:
Tom Brien 2021-07-12 15:46:54 +01:00 committed by GitHub
parent 0f6a0f6bcd
commit 9308fa28e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 91 additions and 68 deletions

View file

@ -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,