o
    “hÕ  ã                   @   sF   d dl mZ d dlmZ d dlmZ ddlmZ G dd„ deeƒZdS )	é    )ÚTestCase)ÚOAuth2TestsMixin©ÚMockedResponseé   )ÚCILogonProviderc                   @   s"   e Zd ZejZdd„ Zdd„ ZdS )ÚCILogonTestsc                 C   s
   t ddƒS )NéÈ   a  
        {
            "email": "johndoe@example.edu",
            "eppn": "u1234567@example.edu",
            "firstname": "John",
            "lastname": "Doe",
            "idp_name": "Example University",
            "sub": "http://cilogon.org/serverA/users/1234567"
        }r   ©Úself© r   úh/var/www/html/env_mimamsha/lib/python3.10/site-packages/allauth/socialaccount/providers/cilogon/tests.pyÚget_mocked_response   s   þz CILogonTests.get_mocked_responsec                 C   s   dS )Nzjohndoe@example.edur   r
   r   r   r   Úget_expected_to_str   s   z CILogonTests.get_expected_to_strN)Ú__name__Ú
__module__Ú__qualname__r   ÚidÚprovider_idr   r   r   r   r   r   r   	   s    r   N)	Údjango.testr   Úallauth.socialaccount.testsr   Úallauth.testsr   Úproviderr   r   r   r   r   r   Ú<module>   s
    