mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-08 13:05:08 -04:00
Stop looking up "admin", which we never read
This commit is contained in:
parent
57619d6058
commit
a9d8bd95e7
9 changed files with 5 additions and 24 deletions
|
@ -73,7 +73,6 @@ class PresenceStateTestCase(unittest.TestCase):
|
|||
def _get_user_by_access_token(token=None):
|
||||
return {
|
||||
"user": UserID.from_string(myid),
|
||||
"admin": False,
|
||||
"token_id": 1,
|
||||
}
|
||||
|
||||
|
@ -161,7 +160,6 @@ class PresenceListTestCase(unittest.TestCase):
|
|||
def _get_user_by_access_token(token=None):
|
||||
return {
|
||||
"user": UserID.from_string(myid),
|
||||
"admin": False,
|
||||
"token_id": 1,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue