diff options
author | Erik Johnston <erik@matrix.org> | 2019-03-20 14:53:44 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-03-20 14:53:44 +0000 |
commit | cc09685830a7be1604df7cd2abea5c8aa7f7449c (patch) | |
tree | 01bdb07f12550fb5ed96ce3df4a1027d3f8d364d /tests/utils.py | |
parent | Disable publishing to room list when its disabled (diff) | |
download | synapse-cc09685830a7be1604df7cd2abea5c8aa7f7449c.tar.xz |
Add test
Diffstat (limited to 'tests/utils.py')
-rw-r--r-- | tests/utils.py | 2 |
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, |