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

@ -605,8 +605,6 @@ class RoomTestCase(unittest.HomeserverTestCase):
]
def prepare(self, reactor, clock, hs):
self.store = hs.get_datastore()
# Create user
self.admin_user = self.register_user("admin", "pass", admin=True)
self.admin_user_tok = self.login("admin", "pass")