diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-02-19 10:40:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-19 10:40:27 +0000 |
commit | 880aaac1d82695b1a89f22f1f86c7f295ca205e0 (patch) | |
tree | c6792fce676c5773434d9446a911e06e02f829e1 /tests/rest/client/v1 | |
parent | Tiny optimisation for _get_handler_for_request (#6950) (diff) | |
download | synapse-880aaac1d82695b1a89f22f1f86c7f295ca205e0.tar.xz |
Move MSC2432 stuff onto unstable prefix (#6948)
it's not in the spec yet, so needs to be unstable. Also add a feature flag for it. Also add a test for admin users.
Diffstat (limited to 'tests/rest/client/v1')
-rw-r--r-- | tests/rest/client/v1/test_rooms.py | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/tests/rest/client/v1/test_rooms.py b/tests/rest/client/v1/test_rooms.py |