From dd2d66b0c9f3ff734314fcddb7f90f3225ddb555 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Wed, 8 Jun 2022 09:00:35 -0400 Subject: Move the (unstable) `dir` parameter for /relations behind an experimental flag. (#12984) MSC3715 defines this parameter, but the unstable version of it should be behind an experimental flag. --- tests/rest/client/test_relations.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/rest') diff --git a/tests/rest/client/test_relations.py b/tests/rest/client/test_relations.py index 62e4db23ef..aa84906548 100644 --- a/tests/rest/client/test_relations.py +++ b/tests/rest/client/test_relations.py @@ -728,6 +728,7 @@ class RelationsTestCase(BaseRelationsTestCase): class RelationPaginationTestCase(BaseRelationsTestCase): + @unittest.override_config({"experimental_features": {"msc3715_enabled": True}}) def test_basic_paginate_relations(self) -> None: """Tests that calling pagination API correctly the latest relations.""" channel = self._send_relation(RelationTypes.ANNOTATION, "m.reaction", "a") -- cgit 1.4.1