mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 07:24:49 -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
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue