summary refs log tree commit diff
path: root/tests/handlers/test_room.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-03-16 00:30:59 +0000
committerErik Johnston <erik@matrix.org>2015-03-16 00:30:59 +0000
commite7ce5d8b062561b17df0441f5b1be38026b0d2b3 (patch)
tree6e8dde27aa58a96b597fb205188c0a7685f65db9 /tests/handlers/test_room.py
parentSend all membership events to the remote homeserver (diff)
downloadsynapse-e7ce5d8b062561b17df0441f5b1be38026b0d2b3.tar.xz
Fix test
Diffstat (limited to '')
-rw-r--r--tests/handlers/test_room.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/handlers/test_room.py b/tests/handlers/test_room.py
index 6417f73309..0da7eb877a 100644
--- a/tests/handlers/test_room.py
+++ b/tests/handlers/test_room.py
@@ -219,7 +219,7 @@ class RoomMemberHandlerTestCase(unittest.TestCase):
         yield room_handler.change_membership(event, context)
 
         self.federation.handle_new_event.assert_called_once_with(
-            event, destinations=set()
+            event, destinations=set(['red'])
         )
 
         self.datastore.persist_event.assert_called_once_with(