mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Fix Federation test
This commit is contained in:
parent
96c001e668
commit
9e429239ab
@ -100,7 +100,7 @@ class FederationTestCase(unittest.TestCase):
|
|||||||
old_state=None,
|
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(
|
self.notifier.on_new_room_event.assert_called_once_with(
|
||||||
ANY,
|
ANY,
|
||||||
|
Loading…
Reference in New Issue
Block a user