mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 07:24:49 -04:00
parent
70269fbd18
commit
ef2d627015
2 changed files with 2 additions and 1 deletions
|
@ -1206,7 +1206,7 @@ class PushersRestTestCase(unittest.HomeserverTestCase):
|
|||
user_tuple = self.get_success(
|
||||
self.store.get_user_by_access_token(other_user_token)
|
||||
)
|
||||
token_id = user_tuple["token_id"]
|
||||
token_id = user_tuple.token_id
|
||||
|
||||
self.get_success(
|
||||
self.hs.get_pusherpool().add_pusher(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue