mirror of
https://github.com/matrix-org/synapse.git
synced 2025-11-28 14:01:20 +01:00
Fix test
This commit is contained in:
parent
3ff0422d2d
commit
ad9b64b496
@ -31,8 +31,10 @@ from tests.utils import create_room
|
||||
|
||||
class RedactionTestCase(unittest.HomeserverTestCase):
|
||||
def make_homeserver(self, reactor, clock):
|
||||
config = self.default_config()
|
||||
config["redaction_retention_period"] = "30d"
|
||||
return self.setup_test_homeserver(
|
||||
resource_for_federation=Mock(), http_client=None
|
||||
resource_for_federation=Mock(), http_client=None, config=config
|
||||
)
|
||||
|
||||
def prepare(self, reactor, clock, hs):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user