synapse/tests/rest/admin
Richard van der Hoff 33ebee47e4
Remove redundant get_success calls in test code (#12346)
There are a bunch of places we call get_success on an immediate value, which is unnecessary. Let's rip them out, and remove the redundant functionality in get_success and friends.
2022-04-01 16:10:31 +01:00
..
__init__.py
test_admin.py
test_background_updates.py Add config settings for background update parameters (#11980) 2022-03-11 10:46:45 -08:00
test_device.py
test_event_reports.py
test_federation.py
test_media.py
test_registration_tokens.py
test_room.py
test_server_notice.py Remove redundant get_success calls in test code (#12346) 2022-04-01 16:10:31 +01:00
test_statistics.py
test_user.py Always allow the empty string as an avatar_url. (#12261) 2022-03-25 13:28:42 +00:00
test_username_available.py