mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-17 23:42:33 +01:00
Don't restrict the tests to v1 rooms
This commit is contained in:
parent
cdd3cb870d
commit
f0ef970824
1 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue