summary refs log tree commit diff
path: root/tests/storage
diff options
context:
space:
mode:
authorDaniel Wagner-Hall <daniel@matrix.org>2015-11-10 17:10:27 +0000
committerDaniel Wagner-Hall <daniel@matrix.org>2015-11-10 17:10:27 +0000
commitcf437900e0c689aad40f3da89866cf84c0f7ef65 (patch)
tree6623f80d23d38bc4b1720056914e8b14262efef4 /tests/storage
parentMerge pull request #355 from matrix-org/daniel/anonymouswriting (diff)
downloadsynapse-cf437900e0c689aad40f3da89866cf84c0f7ef65.tar.xz
Return world_readable and guest_can_join in /publicRooms
Diffstat (limited to 'tests/storage')
-rw-r--r--tests/storage/test_room.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/storage/test_room.py b/tests/storage/test_room.py
index caffce64e3..91c967548d 100644
--- a/tests/storage/test_room.py
+++ b/tests/storage/test_room.py
@@ -73,6 +73,8 @@ class RoomStoreTestCase(unittest.TestCase):
             "room_id": self.room.to_string(),
             "topic": None,
             "aliases": [self.alias.to_string()],
+            "world_readable": False,
+            "guest_can_join": False,
         }, rooms[0])