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):