summary refs log tree commit diff
path: root/tests/handlers/test_directory.py
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2019-02-15 22:11:01 +0000
committerGitHub <noreply@github.com>2019-02-15 22:11:01 +0000
commitbd4505f765c1c17891dad390b18dc62b1b89e1a2 (patch)
tree2c478c31857d88c1452d6b8be75d017ef724957f /tests/handlers/test_directory.py
parentMerge branch 'master' into develop (diff)
parentMove defaults up into code (diff)
downloadsynapse-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.py1
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)