Ë
    ºûëfÏ  ã                   óD   — d dl mZ d dlmZmZ ddlmZ  G d„ dee«      Zy)é    )ÚOAuth2TestsMixin)ÚMockedResponseÚTestCaseé   )ÚPatreonProviderc                   ó0   — e Zd Zej                  Zd„ Zd„ Zy)Ú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    úh/var/www/cs2snipe.com/venv/lib/python3.12/site-packages/allauth/socialaccount/providers/patreon/tests.pyÚget_mocked_responsez PatreonTests.get_mocked_response
   s   € ÜØð-ó0
ð 0	
ó    c                  ó   — y)Nzjohn@example.com© r   s    r   Úget_expected_to_strz PatreonTests.get_expected_to_str=   s   € Ø!r   N)Ú__name__Ú
__module__Ú__qualname__r   ÚidÚprovider_idr   r   r   r   r   r	   r	      s   „ Ø!×$Ñ$€Kò1
óf"r   r	   N)Úallauth.socialaccount.testsr   Úallauth.testsr   r   Úproviderr   r	   r   r   r   ú<module>r      s   ðÝ 8ß 2å %ô7"Ð# Xõ 7"r   