0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-01 05:59:00 +02:00

Fix Federation test

This commit is contained in:
Erik Johnston 2014-11-05 11:10:36 +00:00
parent 96c001e668
commit 9e429239ab

View file

@ -100,7 +100,7 @@ class FederationTestCase(unittest.TestCase):
old_state=None,
)
self.auth.check.assert_called_once_with(ANY, None, raises=True)
self.auth.check.assert_called_once_with(ANY, raises=True)
self.notifier.on_new_room_event.assert_called_once_with(
ANY,