o
    "4g]                     @   s>   d dl mZ d dlmZ d dlmZmZ G dd deeZdS )    )GumroadProvider)OAuth2TestsMixin)MockedResponseTestCasec                   @   s"   e Zd ZejZdd Zdd ZdS )GumroadTestsc                 C   s
   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   self r
   v/var/www/html/authentication-server/venv/lib/python3.10/site-packages/allauth/socialaccount/providers/gumroad/tests.pyget_mocked_response	   s   z GumroadTests.get_mocked_responsec                 C   s   dS )Nzjohnsmith@gumroad.comr
   r   r
   r
   r   get_expected_to_str   s   z GumroadTests.get_expected_to_strN)__name__
__module____qualname__r   idprovider_idr   r   r
   r
   r
   r   r      s    r   N)0allauth.socialaccount.providers.gumroad.providerr   allauth.socialaccount.testsr   allauth.testsr   r   r   r
   r
   r
   r   <module>   s    