mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 07:15:32 -04:00
Removes unnecessary declarations in the tests for the admin API. (#9063)
This commit is contained in:
parent
1315a2e8be
commit
42d3a28d8b
7 changed files with 1 additions and 17 deletions
|
@ -31,7 +31,6 @@ class UserMediaStatisticsTestCase(unittest.HomeserverTestCase):
|
|||
]
|
||||
|
||||
def prepare(self, reactor, clock, hs):
|
||||
self.store = hs.get_datastore()
|
||||
self.media_repo = hs.get_media_repository_resource()
|
||||
|
||||
self.admin_user = self.register_user("admin", "pass", admin=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue