summary refs log tree commit diff
path: root/tests/test_test_utils.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-02-03Allow URL-encoded user IDs on user admin api paths (#6825)Andrew Morgan2-2/+3
2020-02-03Fix `room_version` in `on_invite_request` flow (#6827)Richard van der Hoff3-7/+11
I messed this up a bit in #6805, but fortunately we weren't actually doing anything with the room_version so it didn't matter that it was a str not a RoomVersion.
2020-01-31