mirror of
https://github.com/matrix-org/synapse.git
synced 2025-02-22 07:05:49 +00:00
Fix Federation test
This commit is contained in:
parent
96c001e668
commit
9e429239ab
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user