Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 38c8bdb

Browse files
committed
Fix tests.
1 parent 76d227f commit 38c8bdb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/rest/client/test_sync.py

+5
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,11 @@ class UnreadMessagesTestCase(unittest.HomeserverTestCase):
497497
receipts.register_servlets,
498498
]
499499

500+
def default_config(self):
501+
config = super().default_config()
502+
config["experimental_features"] = {"msc2654_enabled": True}
503+
return config
504+
500505
def prepare(self, reactor: MemoryReactor, clock: Clock, hs: HomeServer) -> None:
501506
self.url = "/sync?since=%s"
502507
self.next_batch = "s0"

0 commit comments

Comments
 (0)