diff options
author | Mark Haines <mark.haines@matrix.org> | 2014-08-27 15:11:51 +0100 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2014-08-27 15:11:51 +0100 |
commit | a0d1f5a014cf6000cc39231278408789e0019fe8 (patch) | |
tree | fbcf3765aea5fc0ed9a0bad99f41a5a195b02d51 /tests/handlers/test_room.py | |
parent | Remove call to get_federation from homeserver (diff) | |
download | synapse-a0d1f5a014cf6000cc39231278408789e0019fe8.tar.xz |
Start updating state handling to use snapshots
Diffstat (limited to 'tests/handlers/test_room.py')
-rw-r--r-- | tests/handlers/test_room.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/handlers/test_room.py b/tests/handlers/test_room.py index 613f5c307e..a84dbcc471 100644 --- a/tests/handlers/test_room.py +++ b/tests/handlers/test_room.py @@ -330,6 +330,7 @@ class RoomCreationTest(unittest.TestCase): db_pool=None, datastore=NonCallableMock(spec_set=[ "store_room", + "snapshot_room", ]), http_client=NonCallableMock(spec_set=[]), notifier=NonCallableMock(spec_set=["on_new_room_event"]), |