
    )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)OAuthTestsMixin)MockedResponseTestCase   )TumblrProviderc                   "    e Zd Zej        Zd ZdS )TumblrTestsc                 $    t          dd          gS )N   a/  
{
   "meta": {
      "status": 200,
      "msg": "OK"
   },
   "response": {
     "user": {
       "following": 263,
       "default_post_format": "html",
       "name": "derekg",
       "likes": 606,
       "blogs": [
          {
           "name": "derekg",
           "title": "Derek Gottfrid",
           "url": "http://derekg.org/",
           "tweet": "auto",
           "primary": true,
           "followers": 33004929
          },
          {
           "name": "ihatehipstrz",
           "title": "I Hate Hipstrz"
           }
        ]
     }
} }
)r   )selfs    o/home/alex/cs2snipeproduction/venv/lib/python3.11/site-packages/allauth/socialaccount/providers/tumblr/tests.pyget_mocked_responsezTumblrTests.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    ' ' ' ' ' ' 7 7 7 7 7 7 2 2 2 2 2 2 2 2 $ $ $ $ $ $%
 %
 %
 %
 %
/8 %
 %
 %
 %
 %
r   