diff options
author | Erik Johnston <erikj@jki.re> | 2019-02-15 22:11:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-15 22:11:01 +0000 |
commit | bd4505f765c1c17891dad390b18dc62b1b89e1a2 (patch) | |
tree | 2c478c31857d88c1452d6b8be75d017ef724957f /tests/handlers/test_directory.py | |
parent | Merge branch 'master' into develop (diff) | |
parent | Move defaults up into code (diff) | |
download | synapse-bd4505f765c1c17891dad390b18dc62b1b89e1a2.tar.xz |
Merge pull request #4647 from matrix-org/erikj/add_room_publishing_rules
Add configurable room list publishing rules
Diffstat (limited to 'tests/handlers/test_directory.py')
-rw-r--r-- | tests/handlers/test_directory.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/handlers/test_directory.py b/tests/handlers/test_directory.py index 8ae6556c0a..9bf395e923 100644 --- a/tests/handlers/test_directory.py +++ b/tests/handlers/test_directory.py @@ -121,6 +121,7 @@ class TestCreateAliasACL(unittest.HomeserverTestCase): "action": "allow", } ] + config["room_list_publication_rules"] = [] rd_config = RoomDirectoryConfig() rd_config.read_config(config) |