mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-29 09:58:34 +00:00
fix tests
This commit is contained in:
@@ -310,6 +310,7 @@ class SQLiteMemoryDbPool(ConnectionPool, object):
|
||||
)
|
||||
|
||||
self.config = Mock()
|
||||
self.config.password_providers = []
|
||||
self.config.database_config = {"name": "sqlite3"}
|
||||
|
||||
def prepare(self):
|
||||
|
||||
Reference in New Issue
Block a user