0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-26 06:28:20 +02:00

fix tests

This commit is contained in:
Richard van der Hoff 2017-10-31 14:21:13 +00:00
parent 1650eb5847
commit 9ded00f221

View file

@ -310,6 +310,7 @@ class SQLiteMemoryDbPool(ConnectionPool, object):
)
self.config = Mock()
self.config.password_providers = []
self.config.database_config = {"name": "sqlite3"}
def prepare(self):