mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-08 05:34:59 -04:00
s/user_id/user/g for consistency
This commit is contained in:
parent
81450fded8
commit
e255c2c32f
6 changed files with 25 additions and 25 deletions
|
@ -63,7 +63,7 @@ class RoomTypingTestCase(RestTestCase):
|
|||
|
||||
def _get_user_by_access_token(token=None):
|
||||
return {
|
||||
"user_id": UserID.from_string(self.auth_user_id),
|
||||
"user": UserID.from_string(self.auth_user_id),
|
||||
"token_id": 1,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue