Skip to content
Snippets Groups Projects
Commit cd80cbff authored by Erik Johnston's avatar Erik Johnston
Browse files

Fix typo and add description

parent 4a8a1ac9
No related branches found
No related tags found
No related merge requests found
......@@ -385,7 +385,11 @@ class ShutdownRoomTestCase(unittest.HomeserverTestCase):
self.store.user_set_consent_version(self.admin_user, "1"),
)
def test_shutdown_room_conset(self):
def test_shutdown_room_consent(self):
"""Test that we can shutdown rooms with local users who have not
yet accepted the privacy policy. This used to fail when we tried to
force part the user from the old room.
"""
self.event_creation_handler._block_events_without_consent_error = None
room_id = self.helper.create_room_as(self.other_user, tok=self.other_user_token)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment