o
    ëË·eÂ  ã                   @   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 )é    )ÚKeycloakProvider)ÚOAuth2TestsMixin)ÚMockedResponseÚTestCasec                   @   s   e Zd ZejZdd„ ZdS )ÚKeycloakTestsc                 C   s
   t ddƒS )NéÈ   a$  
            {
                "picture": "https://secure.gravatar.com/avatar/123",
                "email": "mr.bob@your.Keycloak.server.example.com",
                "id": 2,
                "sub": 2,
                "identities": [],
                "name": "Mr Bob"
            }
        )r   )Úself© r	   úe/var/www/ideatree/venv/lib/python3.10/site-packages/allauth/socialaccount/providers/keycloak/tests.pyÚget_mocked_response
   s   þz!KeycloakTests.get_mocked_responseN)Ú__name__Ú
__module__Ú__qualname__r   ÚidÚprovider_idr   r	   r	   r	   r
   r      s    r   N)Ú1allauth.socialaccount.providers.keycloak.providerr   Úallauth.socialaccount.testsr   Úallauth.testsr   r   r   r	   r	   r	   r
   Ú<module>   s   