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 )é    )ÚMiroProvider)ÚOAuth2TestsMixin)ÚMockedResponseÚTestCasec                   @   s"   e Zd ZejZdd„ Zdd„ ZdS )Ú	MiroTestsc                 C   s
   t ddƒS )NéÈ   a  {
                "type" : "user",
                "id" : "5298357290348572584",
                "name" : "Pavel Oborin",
                "createdAt" : "2017-03-23T09:41:01Z",
                "role" : "developer",
                "email" : "oborin.p@gmail.com",
                "state" : "registered",
                "picture" : {
                    "type" : "picture",
                    "id" : "Optional[5289752983457238457]",
                    "imageUrl" : "https://r.miro.com/some/image"
                }
            })r   ©Úself© r
   ús/var/www/html/authentication-server/venv/lib/python3.10/site-packages/allauth/socialaccount/providers/miro/tests.pyÚget_mocked_response	   s   þzMiroTests.get_mocked_responsec                 C   s   dS )Nzoborin.p@gmail.comr
   r   r
   r
   r   Úget_expected_to_str   s   zMiroTests.get_expected_to_strN)Ú__name__Ú
__module__Ú__qualname__r   ÚidÚprovider_idr   r   r
   r
   r
   r   r      s    r   N)Ú-allauth.socialaccount.providers.miro.providerr   Úallauth.socialaccount.testsr   Úallauth.testsr   r   r   r
   r
   r
   r   Ú<module>   s    