summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-07-16 11:57:05 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-07-16 11:57:05 +0100
commited10e32b2bac2b590fec55e89112cecff5483dcf (patch)
tree564ba2cc685eccd66d12d996a061ec39bf7dfae1
parentUse inline type hints in `http/federation/`, `storage/` and `util/` (#10381) (diff)
downloadsynapse-github/anoa/msc2403_cleanup.tar.xz
Remove experimental option from unit tests github/anoa/msc2403_cleanup anoa/msc2403_cleanup
-rw-r--r--tests/federation/transport/test_knocking.py1
-rw-r--r--tests/rest/client/v2_alpha/test_sync.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/federation/transport/test_knocking.py b/tests/federation/transport/test_knocking.py

index aab44bce4a..3c3da35cb2 100644 --- a/tests/federation/transport/test_knocking.py +++ b/tests/federation/transport/test_knocking.py
@@ -212,7 +212,6 @@ class FederationKnockingTestCase( return super().prepare(reactor, clock, homeserver) - @override_config({"experimental_features": {"msc2403_enabled": True}}) def test_room_state_returned_when_knocking(self): """ Tests that specific, stripped state events from a room are returned after diff --git a/tests/rest/client/v2_alpha/test_sync.py b/tests/rest/client/v2_alpha/test_sync.py
index cdca3a3e23..1dbec4f4dc 100644 --- a/tests/rest/client/v2_alpha/test_sync.py +++ b/tests/rest/client/v2_alpha/test_sync.py
@@ -329,7 +329,6 @@ class SyncKnockTestCase( hs, self.room_id, self.user_id ) - @override_config({"experimental_features": {"msc2403_enabled": True}}) def test_knock_room_state(self): """Tests that /sync returns state from a room after knocking on it.""" # Knock on a room