o
    ëË·e®  ã                   @   s>   d dl mZ d dlmZ d dlmZmZ G dd„ deeƒZdS )é    )ÚExistProvider)ÚOAuth2TestsMixin)ÚMockedResponseÚTestCasec                   @   s   e Zd ZejZdd„ ZdS )Ú
ExistTestsc                 C   s
   t ddƒS )NéÈ   a  
            {
                "id": 1,
                "username": "josh",
                "first_name": "Josh",
                "last_name": "Sharp",
                "bio": "I made this thing you're using.",
                "url": "http://hellocode.co/",
                "avatar": "https://exist.io/static/media/avatars/josh_2.png",
                "timezone": "Australia/Melbourne",
                "local_time": "2020-07-31T22:33:49.359+10:00",
                "private": false,
                "imperial_units": false,
                "imperial_distance": false,
                "imperial_weight": false,
                "imperial_energy": false,
                "imperial_liquid": false,
                "imperial_temperature": false,
                "attributes": []
            }
        )r   )Úself© r	   úb/var/www/ideatree/venv/lib/python3.10/site-packages/allauth/socialaccount/providers/exist/tests.pyÚget_mocked_response
   s   þzExistTests.get_mocked_responseN)Ú__name__Ú
__module__Ú__qualname__r   ÚidÚprovider_idr   r	   r	   r	   r
   r      s    r   N)Ú.allauth.socialaccount.providers.exist.providerr   Úallauth.socialaccount.testsr   Úallauth.testsr   r   r   r	   r	   r	   r
   Ú<module>   s   