mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-05 14:18:55 +01:00
Fix Federation test
This commit is contained in:
parent
96c001e668
commit
9e429239ab
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue