Skip to content
Snippets Groups Projects
Unverified Commit ef2d6270 authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

Fix unit tests (#8689)

* Fix unit tests

* Newsfile
parent 70269fbd
No related branches found
No related tags found
No related merge requests found
Add an admin APIs to allow server admins to list users' pushers. Contributed by @dklimpel.
\ No newline at end of file
...@@ -1206,7 +1206,7 @@ class PushersRestTestCase(unittest.HomeserverTestCase): ...@@ -1206,7 +1206,7 @@ class PushersRestTestCase(unittest.HomeserverTestCase):
user_tuple = self.get_success( user_tuple = self.get_success(
self.store.get_user_by_access_token(other_user_token) 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.get_success(
self.hs.get_pusherpool().add_pusher( self.hs.get_pusherpool().add_pusher(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment