mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-12 09:09:29 -05:00
fix tests
This commit is contained in:
parent
1650eb5847
commit
9ded00f221
@ -310,6 +310,7 @@ class SQLiteMemoryDbPool(ConnectionPool, object):
|
||||
)
|
||||
|
||||
self.config = Mock()
|
||||
self.config.password_providers = []
|
||||
self.config.database_config = {"name": "sqlite3"}
|
||||
|
||||
def prepare(self):
|
||||
|
Loading…
Reference in New Issue
Block a user