mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-13 05:10:37 -05:00
Merge in auth changes from develop
This commit is contained in:
parent
9d8f798a3f
commit
33391db5f8
2 changed files with 3 additions and 2 deletions
|
|
@ -51,6 +51,7 @@ class V2AlphaRestTestCase(unittest.TestCase):
|
|||
"user": UserID.from_string(self.USER_ID),
|
||||
"admin": False,
|
||||
"device_id": None,
|
||||
"token_id": 1,
|
||||
}
|
||||
hs.get_auth().get_user_by_token = _get_user_by_token
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue