mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-03 03:54:49 -04:00
Remove database config parsing from apps.
This commit is contained in:
parent
0f3614f0f6
commit
bc5cb8bfe8
15 changed files with 18 additions and 75 deletions
|
@ -260,9 +260,7 @@ def setup_test_homeserver(
|
|||
hs = homeserverToUse(
|
||||
name,
|
||||
config=config,
|
||||
db_config=config.database_config,
|
||||
version_string="Synapse/tests",
|
||||
database_engine=db_engine,
|
||||
tls_server_context_factory=Mock(),
|
||||
tls_client_options_factory=Mock(),
|
||||
reactor=reactor,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue