diff options
author | Erik Johnston <erik@matrix.org> | 2019-05-16 14:19:06 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-05-16 14:19:06 +0100 |
commit | 95f3fcda3c398bc82825694bde143a98940194c6 (patch) | |
tree | ef1c7b5ba1e415971698c92d7188861258e7b4fe /tests | |
parent | Fix relations in worker mode (diff) | |
download | synapse-95f3fcda3c398bc82825694bde143a98940194c6.tar.xz |
Check that event is visible in new APIs
Diffstat (limited to 'tests')
-rw-r--r-- | tests/rest/client/v2_alpha/test_relations.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rest/client/v2_alpha/test_relations.py b/tests/rest/client/v2_alpha/test_relations.py index 661dd45755..775622bd2b 100644 --- a/tests/rest/client/v2_alpha/test_relations.py +++ b/tests/rest/client/v2_alpha/test_relations.py @@ -296,7 +296,7 @@ class RelationsTestCase(unittest.HomeserverTestCase): request, channel = self.make_request( "GET", - "/_matrix/client/unstable/rooms/%s/aggregations/m.replaces/%s?limit=1" + "/_matrix/client/unstable/rooms/%s/aggregations/%s/m.replace?limit=1" % (self.room, self.parent_id), ) self.render(request) |