§
    ñ)Jf‰  ã                   ó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é   )ÚPatreonProviderc                   ó"   — e Zd Zej        Zd„ ZdS )ÚPatreonTestsc                 ó"   — t          dd¦  «        S )NéÈ   a%  {
        "data": {
            "relationships": {
                "pledges": {
                    "data": [{
                        "type": "pledge", "id": "123456"
                    }]
                }
            },
            "attributes": {
                "last_name": "Interwebs",
                "is_suspended": false,
                "has_password": true,
                "full_name": "John Interwebs",
                "is_nuked": false,
                "first_name": "John",
                "social_connections": {
                    "spotify": null,
                    "discord": null,
                    "twitter": null,
                    "youtube": null,
                    "facebook": null,
                    "deviantart": null,
                    "twitch": null
                },
                "twitter": null,
                "is_email_verified": true,
                "facebook_id": null,
                "email": "john@example.com",
                "facebook": null,
                "thumb_url": "https://c8.patreon.com/100/123456",
                "vanity": null,
                "about": null,
                "is_deleted": false,
                "created": "2017-05-05T05:16:34+00:00",
                "url": "https://www.patreon.com/user?u=123456",
                "gender": 0,
                "youtube": null,
                "discord_id": null,
                "image_url": "https://c8.patreon.com/400/123456",
                "twitch": null
            },
            "type": "user",
            "id": "123456"
        }
        })r   )Úselfs    úp/home/alex/cs2snipeproduction/venv/lib/python3.11/site-packages/allauth/socialaccount/providers/patreon/tests.pyÚget_mocked_responsez PatreonTests.get_mocked_response
   s   € ÝØð-ñ0
ô 0
ð 0	
ó    N)Ú__name__Ú
__module__Ú__qualname__r   ÚidÚprovider_idr   © r   r   r	   r	      s+   € € € € € Ø!Ô$€Kð1
ð 1
ð 1
ð 1
ð 1
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à %Ð %Ð %Ð %Ð %Ð %ð4
ð 4
ð 4
ð 4
ð 4
Ð# Xñ 4
ô 4
ð 4
ð 4
ð 4
r   