Include room membership in room initialSync

This commit is contained in:
Paul "LeoNerd" Evans 2014-11-10 19:34:47 +00:00
parent 1fd8139138
commit c23afed39a
2 changed files with 8 additions and 1 deletions

View file

@ -1017,6 +1017,7 @@ class RoomInitialSyncTestCase(RestTestCase):
self.assertEquals(200, code)
self.assertEquals(self.room_id, response["room_id"])
self.assertEquals("join", response["membership"])
# Room state is easier to assert on if we unpack it into a dict
state = {}