diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2021-07-16 11:57:05 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2021-07-16 11:57:05 +0100 |
commit | ed10e32b2bac2b590fec55e89112cecff5483dcf (patch) | |
tree | 564ba2cc685eccd66d12d996a061ec39bf7dfae1 /tests/federation/transport/test_knocking.py | |
parent | Use inline type hints in `http/federation/`, `storage/` and `util/` (#10381) (diff) | |
download | synapse-anoa/msc2403_cleanup.tar.xz |
Remove experimental option from unit tests github/anoa/msc2403_cleanup anoa/msc2403_cleanup
Diffstat (limited to 'tests/federation/transport/test_knocking.py')
-rw-r--r-- | tests/federation/transport/test_knocking.py | 1 |
1 files changed, 0 insertions, 1 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 |