Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge branch 'develop' of github.com:matrix-org/synapse into HEAD
Browse files Browse the repository at this point in the history
* 'develop' of github.com:matrix-org/synapse:
  Fix unit tests (#8689)
  • Loading branch information
anoadragon453 committed Oct 29, 2020
2 parents cfbebc3 + ef2d627 commit 82f4e84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/8689.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add an admin APIs to allow server admins to list users' pushers. Contributed by @dklimpel.
2 changes: 1 addition & 1 deletion tests/rest/admin/test_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@ def test_get_pushers(self):
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(
Expand Down

0 comments on commit 82f4e84

Please sign in to comment.