Skip to content
Snippets Groups Projects
Unverified Commit f0ef9708 authored by Brendan Abolivier's avatar Brendan Abolivier
Browse files

Don't restrict the tests to v1 rooms

parent cdd3cb87
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,6 @@ class RetentionTestCase(unittest.HomeserverTestCase): ...@@ -34,7 +34,6 @@ class RetentionTestCase(unittest.HomeserverTestCase):
def make_homeserver(self, reactor, clock): def make_homeserver(self, reactor, clock):
config = self.default_config() config = self.default_config()
config["default_room_version"] = "1"
config["retention"] = { config["retention"] = {
"enabled": True, "enabled": True,
"default_policy": { "default_policy": {
...@@ -204,7 +203,6 @@ class RetentionNoDefaultPolicyTestCase(unittest.HomeserverTestCase): ...@@ -204,7 +203,6 @@ class RetentionNoDefaultPolicyTestCase(unittest.HomeserverTestCase):
def make_homeserver(self, reactor, clock): def make_homeserver(self, reactor, clock):
config = self.default_config() config = self.default_config()
config["default_room_version"] = "1"
config["retention"] = { config["retention"] = {
"enabled": True, "enabled": True,
} }
......
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