o
    š"4gÏ  ã                   @   s>   d dl mZ d dlmZmZ ddlmZ G dd„ deeƒZdS )é    )ÚOAuth2TestsMixin)ÚMockedResponseÚTestCaseé   )ÚQuickBooksOAuth2Providerc                   @   s"   e Zd ZejZdd„ Zdd„ ZdS )ÚQuickBooksOAuth2Testsc                 C   s
   t ddƒS )NéÈ   a  
{       "sub": "d8752092-0f2b-4b6e-86ef-6b72f2457a00",
        "emailVerified": true,
        "familyName": "Mckeeman",
        "phoneNumber": "+1 4156694355",
        "givenName": "Darren",
        "phoneNumberVerified": true,
        "email": "darren@blocklight.io"}
)r   ©Úself© r   úy/var/www/html/authentication-server/venv/lib/python3.10/site-packages/allauth/socialaccount/providers/quickbooks/tests.pyÚget_mocked_response
   s   þz)QuickBooksOAuth2Tests.get_mocked_responsec                 C   s   dS )Nzdarren@blocklight.ior   r	   r   r   r   Úget_expected_to_str   s   z)QuickBooksOAuth2Tests.get_expected_to_strN)Ú__name__Ú
__module__Ú__qualname__r   ÚidÚprovider_idr   r   r   r   r   r   r      s    r   N)Úallauth.socialaccount.testsr   Úallauth.testsr   r   Úproviderr   r   r   r   r   r   Ú<module>   s    