Check that event is visible in new APIs

This commit is contained in:
Erik Johnston 2019-05-16 14:19:06 +01:00
parent b5c62c6b26
commit 95f3fcda3c
2 changed files with 16 additions and 3 deletions

View file

@ -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)