
    f]                     D    d dl mZ d dlmZ d dlmZmZ  G d dee      Zy)    )GumroadProvider)OAuth2TestsMixin)MockedResponseTestCasec                   0    e Zd Zej                  Zd Zd Zy)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    h/var/www/cs2snipe.com/venv/lib/python3.12/site-packages/allauth/socialaccount/providers/gumroad/tests.pyget_mocked_responsez GumroadTests.get_mocked_response	   s    

 	
    c                      y)Nzjohnsmith@gumroad.com r   s    r   get_expected_to_strz GumroadTests.get_expected_to_str   s    &r   N)__name__
__module____qualname__r   idprovider_idr   r   r   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      s    L 8 2'#X 'r   