diff options
author | Richard van der Hoff <richard@matrix.org> | 2017-10-31 14:21:13 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2017-10-31 14:21:13 +0000 |
commit | 9ded00f22173af2ce1fc72e2534cbbb172957373 (patch) | |
tree | 25ee14c3a3ad0c8378f8dee3c27984bb9e9e1a83 /tests | |
parent | DB schema interface for password auth providers (diff) | |
download | synapse-9ded00f22173af2ce1fc72e2534cbbb172957373.tar.xz |
fix tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/utils.py b/tests/utils.py index d2ebce4b2e..ed8a7360f5 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -310,6 +310,7 @@ class SQLiteMemoryDbPool(ConnectionPool, object): ) self.config = Mock() + self.config.password_providers = [] self.config.database_config = {"name": "sqlite3"} def prepare(self): |