o
    ëË·eÚ  ã                   @   sJ   d dl mZ 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 )	é    )Úunicode_literals)ÚOAuth2TestsMixin)ÚMockedResponseÚTestCaseé   )ÚSpotifyOAuth2Providerc                   @   s   e Zd ZejZdd„ ZdS )ÚSpotifyOAuth2Testsc                 C   s
   t ddƒS )NéÈ   a#  {
          "birthdate": "1937-06-01",
          "country": "SE",
          "display_name": "JM Wizzler",
          "email": "email@example.com",
          "external_urls": {
            "spotify": "https://open.spotify.com/user/wizzler"
          },
          "followers" : {
            "href" : null,
            "total" : 3829
          },
          "href": "https://api.spotify.com/v1/users/wizzler",
          "id": "wizzler",
          "images": [
            {
              "height": null,
              "url":
              "https://fbcdn-profile-a.akamaihd.net/hprofile-ak-frc3/t1.0-1/1970403_10152215092574354_1798272330_n.jpg",
              "width": null
            }
          ],
          "product": "premium",
          "type": "user",
          "uri": "spotify:user:wizzler"
        })r   )Úself© r   úd/var/www/ideatree/venv/lib/python3.10/site-packages/allauth/socialaccount/providers/spotify/tests.pyÚget_mocked_response   s   þz&SpotifyOAuth2Tests.get_mocked_responseN)Ú__name__Ú
__module__Ú__qualname__r   ÚidÚprovider_idr   r   r   r   r   r   
   s    r   N)
Ú
__future__r   Úallauth.socialaccount.testsr   Úallauth.testsr   r   Úproviderr   r   r   r   r   r   Ú<module>   s
   