mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-28 05:45:20 -04:00
fix schemas
This commit is contained in:
parent
dc72b90cd6
commit
7f81b967ca
5 changed files with 22 additions and 61 deletions
|
@ -96,6 +96,7 @@ class UserDirectoryTestCase(unittest.HomeserverTestCase):
|
|||
self.get_success(self.handler.handle_user_deactivated(r_user_id))
|
||||
self.store.remove_from_user_dir.called_once_with(r_user_id)
|
||||
|
||||
@unittest.DEBUG
|
||||
def test_private_room(self):
|
||||
"""
|
||||
A user can be searched for only by people that are either in a public
|
||||
|
@ -340,6 +341,7 @@ class TestUserDirSearchDisabled(unittest.HomeserverTestCase):
|
|||
|
||||
return hs
|
||||
|
||||
@unittest.DEBUG
|
||||
def test_disabling_room_list(self):
|
||||
self.config.user_directory_search_enabled = True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue