summary refs log tree commit diff
path: root/tests/utils.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-03-20 14:53:44 +0000
committerErik Johnston <erik@matrix.org>2019-03-20 14:53:44 +0000
commitcc09685830a7be1604df7cd2abea5c8aa7f7449c (patch)
tree01bdb07f12550fb5ed96ce3df4a1027d3f8d364d /tests/utils.py
parentDisable publishing to room list when its disabled (diff)
downloadsynapse-cc09685830a7be1604df7cd2abea5c8aa7f7449c.tar.xz
Add test
Diffstat (limited to 'tests/utils.py')
-rw-r--r--tests/utils.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/utils.py b/tests/utils.py
index eeb4bce5a2..d4ab4209ed 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -280,7 +280,6 @@ def setup_test_homeserver(
             db_config=config.database_config,
             version_string="Synapse/tests",
             database_engine=db_engine,
-            room_list_handler=object(),
             tls_server_context_factory=Mock(),
             tls_client_options_factory=Mock(),
             reactor=reactor,
@@ -351,7 +350,6 @@ def setup_test_homeserver(
             config=config,
             version_string="Synapse/tests",
             database_engine=db_engine,
-            room_list_handler=object(),
             tls_server_context_factory=Mock(),
             tls_client_options_factory=Mock(),
             reactor=reactor,