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

Commit

Permalink
Fix unit tests (#8689)
Browse files Browse the repository at this point in the history
* Fix unit tests

* Newsfile
  • Loading branch information
erikjohnston authored Oct 29, 2020
1 parent 70269fb commit ef2d627
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 ef2d627

Please sign in to comment.