§
    ñ)Jfž  ã                   óL   — d dl mZ d dlmZmZ ddlmZ  G d„ dee¦  «        ZdS )é    )ÚOAuth2TestsMixin)ÚMockedResponseÚTestCaseé   )ÚEdmodoProviderc                   ó"   — e Zd Zej        Zd„ ZdS )ÚEdmodoTestsc                 ó"   — t          dd¦  «        S )NéÈ   a=  
{
  "url": "https://api.edmodo.com/users/74721257",
  "id": 74721257,
  "type": "teacher",
  "username": "getacclaim-teacher1",
  "user_title": null,
  "first_name": "Edmodo Test",
  "last_name": "Teacher",
  "time_zone": "America/New_York",
  "utc_offset": -18000,
  "locale": "en",
  "gender": null,
  "start_level": null,
  "end_level": null,
  "about": null,
  "premium": false,
  "school": {"url": "https://api.edmodo.com/schools/559253", "id": 559253},
  "verified_institution_member": true,
  "coppa_verified": false,
  "subjects": null,
  "avatars": {
    "small":
    "https://api.edmodo.com/users/74721257/avatar?type=small&u=670329ncqnf8fxv7tya24byn5",
    "large":
    "https://api.edmodo.com/users/74721257/avatar?type=large&u=670329ncqnf8fxv7tya24byn5"
  },
  "email":"test@example.com",
  "sync_enabled": false
}
)r   )Úselfs    úo/home/alex/cs2snipeproduction/venv/lib/python3.11/site-packages/allauth/socialaccount/providers/edmodo/tests.pyÚget_mocked_responsezEdmodoTests.get_mocked_response
   s   € ÝØðñ!
ô !
ð !	
ó    N)Ú__name__Ú
__module__Ú__qualname__r   ÚidÚprovider_idr   © r   r   r	   r	      s+   € € € € € Ø Ô#€Kð"
ð "
ð "
ð "
ð "
r   r	   N)Úallauth.socialaccount.testsr   Úallauth.testsr   r   Úproviderr   r	   r   r   r   ú<module>r      sx   ðØ 8Ð 8Ð 8Ð 8Ð 8Ð 8Ø 2Ð 2Ð 2Ð 2Ð 2Ð 2Ð 2Ð 2à $Ð $Ð $Ð $Ð $Ð $ð%
ð %
ð %
ð %
ð %
Ð" Hñ %
ô %
ð %
ð %
ð %
r   