Skip to content
Snippets Groups Projects
Commit ad9b64b4 authored by Erik Johnston's avatar Erik Johnston
Browse files

Fix test

parent 3ff0422d
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment