0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-05 02:38:54 +02:00
synapse/tests/rest/admin
Dirk Klimpel 8998217540
Fixed a bug with reactivating users with the admin API (#8362)
Fixes: #8359 

Trying to reactivate a user with the admin API (`PUT /_synapse/admin/v2/users/<user_name>`) causes an internal server error.

Seems to be a regression in #8033.
2020-09-22 18:19:01 +01:00
..
__init__.py Move admin api impl to its own package 2019-05-01 15:44:30 +01:00
test_admin.py Convert federation client to async/await. (#7975) 2020-07-30 08:01:33 -04:00
test_device.py Create function to check for long names in devices (#8364) 2020-09-22 11:42:55 +01:00
test_event_reports.py Admin API for reported events (#8217) 2020-09-22 18:15:04 +01:00
test_room.py Add the topic and avatar to the room details admin API (#8305) 2020-09-14 10:07:04 -04:00
test_user.py Fixed a bug with reactivating users with the admin API (#8362) 2020-09-22 18:19:01 +01:00