mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-29 05:38:26 +00:00
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`.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user