diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2022-03-30 12:15:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-30 11:15:47 +0000 |
commit | 19a1d6a42a2177f3b8ebdaa4e6727e4a09eb2c99 (patch) | |
tree | 0b17936117db8d63df6d1b460d57906d7630f477 /tests/rest | |
parent | Start application service stream token tracking from 1 (#12193) (diff) | |
download | synapse-19a1d6a42a2177f3b8ebdaa4e6727e4a09eb2c99.tar.xz |
Remove references to "msc2403" (#12165)
Diffstat (limited to 'tests/rest')
-rw-r--r-- | tests/rest/client/test_sync.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/rest/client/test_sync.py b/tests/rest/client/test_sync.py index f0f3a54f82..3cebbd18f0 100644 --- a/tests/rest/client/test_sync.py +++ b/tests/rest/client/test_sync.py @@ -341,7 +341,6 @@ class SyncKnockTestCase( hs, self.room_id, self.user_id ) - @override_config({"experimental_features": {"msc2403_enabled": True}}) def test_knock_room_state(self) -> None: """Tests that /sync returns state from a room after knocking on it.""" # Knock on a room |