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

Commit

Permalink
Remove old msc2403_enabled config flag from unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Mar 4, 2022
1 parent cf7bf8e commit e59ca2a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/federation/transport/test_knocking.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ async def _check_event_auth(origin, event, context, *args, **kwargs):

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
Expand Down
1 change: 0 additions & 1 deletion tests/rest/client/test_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ def prepare(self, reactor: MemoryReactor, clock: Clock, hs: HomeServer) -> None:
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
Expand Down

0 comments on commit e59ca2a

Please sign in to comment.