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é   )ÚBitlyProviderc                   @   s"   e Zd ZejZdd„ Zdd„ ZdS )Ú
BitlyTestsc                 C   s
   t ddƒS )NéÈ   a¢  {
            "data": {
                "apiKey": "R_f6397a37e765574f2e198dba5bb59522",
                "custom_short_domain": null,
                "display_name": null,
                "full_name": "Bitly API Oauth Demo Account",
                "is_enterprise": false,
                "login": "bitlyapioauthdemo",
                "member_since": 1331567982,
                "profile_image": "http://bitly.com/u/bitlyapioauthdemo.png",
                "profile_url": "http://bitly.com/u/bitlyapioauthdemo",
                "share_accounts": [],
                "tracking_domains": []
            },
            "status_code": 200,
            "status_txt": "OK"
        })r   ©Úself© r   út/var/www/html/authentication-server/venv/lib/python3.10/site-packages/allauth/socialaccount/providers/bitly/tests.pyÚget_mocked_response
   s   þzBitlyTests.get_mocked_responsec                 C   s   dS )NÚbitlyapioauthdemor   r	   r   r   r   Úget_expected_to_str    s   zBitlyTests.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    