§
    ñ)JfS  ã                   óL   — d dl mZ d dlmZmZ ddlmZ  G d„ dee¦  «        ZdS )é    )ÚOAuth2TestsMixin)ÚMockedResponseÚTestCaseé   )ÚBasecampProviderc                   ó"   — e Zd Zej        Zd„ ZdS )ÚBasecampTestsc                 ó"   — 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   )Úselfs    úq/home/alex/cs2snipeproduction/venv/lib/python3.11/site-packages/allauth/socialaccount/providers/basecamp/tests.pyÚget_mocked_responsez!BasecampTests.get_mocked_response
   s   € ÝØðñ 
ô  
ð  	
ó    N)Ú__name__Ú
__module__Ú__qualname__r   ÚidÚprovider_idr   © r   r   r	   r	      s+   € € € € € Ø"Ô%€Kð!
ð !
ð !
ð !
ð !
r   r	   N)Úallauth.socialaccount.testsr   Úallauth.testsr   r   Úproviderr   r	   r   r   r   ú<module>r      sx   ðØ 8Ð 8Ð 8Ð 8Ð 8Ð 8Ø 2Ð 2Ð 2Ð 2Ð 2Ð 2Ð 2Ð 2à &Ð &Ð &Ð &Ð &Ð &ð$
ð $
ð $
ð $
ð $
Ð$ hñ $
ô $
ð $
ð $
ð $
r   