
    f                     D    d dl mZ d dlmZ d dlmZmZ  G d dee      Zy)    )LemonLDAPProvider)OAuth2TestsMixin)MockedResponseTestCasec                   0    e Zd Zej                  Zd Zd Zy)LemonLDAPTestsc                     t        dd      S )N   z
            {
                "email": "dwho@example.com",
                "sub": "dwho",
                "preferred_username": "dwho",
                "name": "Doctor Who"
            }
        )r   selfs    j/var/www/cs2snipe.com/venv/lib/python3.12/site-packages/allauth/socialaccount/providers/lemonldap/tests.pyget_mocked_responsez"LemonLDAPTests.get_mocked_response   s    

 
	
    c                      y)Nzdwho@example.com r   s    r   get_expected_to_strz"LemonLDAPTests.get_expected_to_str   s    !r   N)__name__
__module____qualname__r   idprovider_idr   r   r   r   r   r   r      s    #&&K
"r   r   N)2allauth.socialaccount.providers.lemonldap.providerr   allauth.socialaccount.testsr   allauth.testsr   r   r   r   r   r   <module>r      s!    9 2"%x "r   