mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-30 19:35:03 +00:00
ok
This commit is contained in:
parent
873fe7883c
commit
fbb8ff3088
1 changed files with 3 additions and 1 deletions
|
@ -280,7 +280,9 @@ class DeactivateTestCase(unittest.HomeserverTestCase):
|
||||||
|
|
||||||
# Make @inviter:test invite @invitee:test in a new room.
|
# Make @inviter:test invite @invitee:test in a new room.
|
||||||
room_id = self.helper.create_room_as(inviter_id, tok=inviter_tok)
|
room_id = self.helper.create_room_as(inviter_id, tok=inviter_tok)
|
||||||
self.helper.invite(room=room_id, src=inviter_id, targ=invitee_id, tok=inviter_tok)
|
self.helper.invite(
|
||||||
|
room=room_id, src=inviter_id, targ=invitee_id, tok=inviter_tok
|
||||||
|
)
|
||||||
|
|
||||||
# Make sure the invite is here.
|
# Make sure the invite is here.
|
||||||
pending_invites = self.get_success(store.get_invited_rooms_for_user(invitee_id))
|
pending_invites = self.get_success(store.get_invited_rooms_for_user(invitee_id))
|
||||||
|
|
Loading…
Add table
Reference in a new issue