mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-14 13:03:50 +01:00
Fix test where we changed arguments used to call the notifier
This commit is contained in:
parent
1ca51c8586
commit
59f2bef187
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class FederationTestCase(unittest.TestCase):
|
|||
self.datastore.persist_event.assert_called_once_with(
|
||||
ANY, False, is_new_state=False
|
||||
)
|
||||
self.notifier.on_new_room_event.assert_called_once_with(ANY)
|
||||
self.notifier.on_new_room_event.assert_called_once_with(ANY, extra_users=[])
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def test_invite_join_target_this(self):
|
||||
|
|
Loading…
Reference in a new issue