Remove experimental option from unit tests
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user