a
    ‹Qx_l  ã                   @   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é   )ÚWindowsLiveProviderc                   @   s   e Zd ZejZdd„ ZdS )ÚWindowsLiveTestsc                 C   s
   t ddƒS )NéÈ   a  
        {
          "first_name": "James",
          "last_name": "Smith",
          "name": "James Smith",
          "locale": "en_US",
          "gender": null,
          "emails": {
              "personal": null,
              "account": "jsmith@example.com",
              "business": null,
              "preferred": "jsmith@example.com"
              },
          "link": "https://profile.live.com/",
          "updated_time": "2014-02-07T00:35:27+0000",
          "id": "83605e110af6ff98"
        }
        )r   )Úself© r
   úi/var/www/html/Ranjet/env/lib/python3.9/site-packages/allauth/socialaccount/providers/windowslive/tests.pyÚget_mocked_response
   s    þz$WindowsLiveTests.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   