Don't restrict the tests to v1 rooms

pull/6358/head
Brendan Abolivier 2019-11-26 17:49:12 +00:00
parent cdd3cb870d
commit f0ef970824
No known key found for this signature in database
GPG Key ID: 1E015C145F1916CD
1 changed files with 0 additions and 2 deletions

View File

@ -34,7 +34,6 @@ class RetentionTestCase(unittest.HomeserverTestCase):
def make_homeserver(self, reactor, clock):
config = self.default_config()
config["default_room_version"] = "1"
config["retention"] = {
"enabled": True,
"default_policy": {
@ -204,7 +203,6 @@ class RetentionNoDefaultPolicyTestCase(unittest.HomeserverTestCase):
def make_homeserver(self, reactor, clock):
config = self.default_config()
config["default_room_version"] = "1"
config["retention"] = {
"enabled": True,
}