a
    ‹Qx_S  ã                   @   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é   )ÚBasecampProviderc                   @   s   e Zd ZejZdd„ ZdS )ÚBasecampTestsc                 C   s
   t ddƒS )NéÈ   aô  
        {
            "expires_at": "2012-03-22T16:56:48-05:00",
            "identity": {
                "id": 9999999,
                "first_name": "Jason Fried",
                "last_name": "Jason Fried",
                "email_address": "jason@example.com"
            },
            "accounts": [
                {
                    "product": "bcx",
                    "id": 88888888,
                    "name": "Wayne Enterprises, Ltd.",
                    "href": "https://basecamp.com/88888888/api/v1"
                },
                {
                    "product": "bcx",
                    "id": 77777777,
                    "name": "Veidt, Inc",
                    "href": "https://basecamp.com/77777777/api/v1"
                },
                {
                    "product": "campfire",
                    "id": 44444444,
                    "name": "Acme Shipping Co.",
                    "href": "https://acme4444444.campfirenow.com"
                }
            ]
        })r   )Úself© r
   úf/var/www/html/Ranjet/env/lib/python3.9/site-packages/allauth/socialaccount/providers/basecamp/tests.pyÚget_mocked_response
   s    þz!BasecampTests.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   