Removes unnecessary declarations in the tests for the admin API. (#9063)

This commit is contained in:
Dirk Klimpel 2021-01-11 17:15:54 +01:00 committed by GitHub
parent 1315a2e8be
commit 42d3a28d8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 1 additions and 17 deletions

View file

@ -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)