summary refs log tree commit diff
path: root/synapse/api/room_versions.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-11-16Rename `create_test_json_resource` to `create_test_resource` (#8759)Richard van der Hoff7-23/+16
The root resource isn't necessarily a JsonResource, so rename this method accordingly, and update a couple of test classes to use the method rather than directly manipulating self.resource.
2020-11-16Add a `custom_headers` param to `make_request` (#8760)Richard van der Hoff4-11/