mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-03 09:34:58 -04:00
Add test
This commit is contained in:
parent
cc197a61a1
commit
cc09685830
2 changed files with 58 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue