§
    ñ)JfÚ  ã                   óX   — 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ee¦  «        Z	dS )	é    )Úunicode_literals)ÚOAuth2TestsMixin)ÚMockedResponseÚTestCaseé   )ÚSpotifyOAuth2Providerc                   ó"   — e Zd Zej        Zd„ ZdS )ÚSpotifyOAuth2Testsc                 ó"   — 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   )Úselfs    úp/home/alex/cs2snipeproduction/venv/lib/python3.11/site-packages/allauth/socialaccount/providers/spotify/tests.pyÚget_mocked_responsez&SpotifyOAuth2Tests.get_mocked_response   s   € ÝØðñ
ô 
ð 	
ó    N)Ú__name__Ú
__module__Ú__qualname__r   ÚidÚprovider_idr   © r   r   r
   r
   
   s+   € € € € € Ø'Ô*€Kð
ð 
ð 
ð 
ð 
r   r
   N)
Ú
__future__r   Úallauth.socialaccount.testsr   Úallauth.testsr   r   Úproviderr   r
   r   r   r   ú<module>r      sŠ   ðà 'Ð 'Ð 'Ð 'Ð 'Ð 'à 8Ð 8Ð 8Ð 8Ð 8Ð 8Ø 2Ð 2Ð 2Ð 2Ð 2Ð 2Ð 2Ð 2à +Ð +Ð +Ð +Ð +Ð +ð 
ð  
ð  
ð  
ð  
Ð)¨8ñ  
ô  
ð  
ð  
ð  
r   