Fix broken testcase (#8851)
This test was broken by #8565. It doesn't need to set set `self.clock` here anyway - that is done by `setUp`.pull/8850/head
parent
d1be293f00
commit
09ac0569fe
|
@ -0,0 +1 @@
|
|||
Simplify the way the `HomeServer` object caches its internal attributes.
|
|
@ -192,7 +192,6 @@ class DeleteMediaByDateSizeTestCase(unittest.HomeserverTestCase):
|
|||
self.handler = hs.get_device_handler()
|
||||
self.media_repo = hs.get_media_repository_resource()
|
||||
self.server_name = hs.hostname
|
||||
self.clock = hs.clock
|
||||
|
||||
self.admin_user = self.register_user("admin", "pass", admin=True)
|
||||
self.admin_user_tok = self.login("admin", "pass")
|
||||
|
|
Loading…
Reference in New Issue