a
    ‹Qx_³  ã                   @   s>   d dl mZ d dlmZmZ ddlmZ G dd„ deeƒZdS )é    )ÚOAuth2TestsMixin)ÚMockedResponseÚTestCaseé   )ÚCoinbaseProviderc                   @   s   e Zd ZejZdd„ ZdS )ÚCoinbaseTestsc                 C   s
   t ddƒS )NéÈ   aT  
{
  "users": [
    {
      "user": {
        "id": "512db383f8182bd24d000001",
        "name": "User One",
        "email": "user1@example.com",
        "time_zone": "Pacific Time (US & Canada)",
        "native_currency": "USD",
        "balance": {
          "amount": "49.76000000",
          "currency": "BTC"
        },
        "merchant": {
          "company_name": "Company Name, Inc.",
          "logo": {
            "small": "http://smalllogo.example",
            "medium": "http://mediumlogo.example",
            "url": "http://logo.example"
          }
        },
        "buy_level": 1,
        "sell_level": 1,
        "buy_limit": {
          "amount": "10.00000000",
          "currency": "BTC"
        },
        "sell_limit": {
          "amount": "100.00000000",
          "currency": "BTC"
        }
      }
    }
  ]
}
        )r   )Úself© r
   úf/var/www/html/Ranjet/env/lib/python3.9/site-packages/allauth/socialaccount/providers/coinbase/tests.pyÚget_mocked_response
   s    þz!CoinbaseTests.get_mocked_responseN)Ú__name__Ú
__module__Ú__qualname__r   ÚidZprovider_idr   r
   r
   r
   r   r      s   r   N)Zallauth.socialaccount.testsr   Zallauth.testsr   r   Zproviderr   r   r
   r
   r
   r   Ú<module>   s   