o
    ëË·e;  ã                   @   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é   )ÚShareFileProviderc                   @   s   e Zd ZejZdd„ ZdS )ÚShareFileTestsc                 C   s
   t ddƒS )NéÈ   aÙ  
        {"access_token": "12345678abcdef",
         "refresh_token": "12345678abcdef",
         "token_type": "bearer",
         "expires_in": 28800,
         "appcp": "sharefile.com",
         "apicp": "sharefile.com",
         "subdomain": "example",
         "access_files_folders": true,
         "modify_files_folders": true,
         "admin_users": true,
         "admin_accounts": true,
         "change_my_settings": true,
          "web_app_login": true}
        )r   )Úself© r
   úf/var/www/ideatree/venv/lib/python3.10/site-packages/allauth/socialaccount/providers/sharefile/tests.pyÚget_mocked_response
   s   þz"ShareFileTests.get_mocked_responseN)Ú__name__Ú
__module__Ú__qualname__r   ÚidÚprovider_idr   r
   r
   r
   r   r      s    r   N)Úallauth.socialaccount.testsr   Úallauth.testsr   r   Úproviderr   r   r
   r
   r
   r   Ú<module>   s    