
    )Jf*                     L    d dl mZ d dlmZ d dlmZmZ  G d dee          ZdS )    )GumroadProvider)OAuth2TestsMixin)MockedResponseTestCasec                   "    e Zd Zej        Zd ZdS )GumroadTestsc                 "    t          dd          S )N   a  {
                "success": true,
                "user": {
                    "bio": "a sailor, a tailor",
                    "name": "John Smith",
                    "twitter_handle": null,
                    "user_id": "G_-mnBf9b1j9A7a4ub4nFQ==",
                    "email": "johnsmith@gumroad.com",
                    "url": "https://gumroad.com/sailorjohn"
                }
            })r   )selfs    p/home/alex/cs2snipeproduction/venv/lib/python3.11/site-packages/allauth/socialaccount/providers/gumroad/tests.pyget_mocked_responsez GumroadTests.get_mocked_response
   s    

 
 	
    N)__name__
__module____qualname__r   idprovider_idr    r   r   r   r      s+        !$K
 
 
 
 
r   r   N)0allauth.socialaccount.providers.gumroad.providerr   allauth.socialaccount.testsr   allauth.testsr   r   r   r   r   r   <module>r      sx    L L L L L L 8 8 8 8 8 8 2 2 2 2 2 2 2 2
 
 
 
 
#X 
 
 
 
 
r   