mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-04 12:04:55 -04:00
Fix tests and flake8
This commit is contained in:
parent
90565d015e
commit
54fed21c04
2 changed files with 1 additions and 1 deletions
|
@ -53,6 +53,7 @@ def setup_test_homeserver(name="test", datastore=None, config=None, **kargs):
|
|||
config.trusted_third_party_id_servers = []
|
||||
config.room_invite_state_types = []
|
||||
config.password_providers = []
|
||||
config.worker_replication_url = ""
|
||||
|
||||
config.use_frozen_dicts = True
|
||||
config.database_config = {"name": "sqlite3"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue