summary refs log tree commit diff
path: root/tests/rest/admin/test_media.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-14/+46
* Removes unnecessary declarations in the tests for the admin API. (#9063)Dirk Klimpel2021-01-111-2/+0
* Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-151-36/+26
* Fix broken testcase (#8851)Richard van der Hoff2020-12-011-1/+0
* Remove redundant `HomeserverTestCase.render`Richard van der Hoff2020-11-161-23/+0
* Make `make_request` actually render the requestRichard van der Hoff2020-11-161-6/+0
* use global make_request() directly where we have a custom ResourceRichard van der Hoff2020-11-151-3/+10
* Add an admin api to delete local media. (#8519)Dirk Klimpel2020-10-261-0/+568