summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2017-10-31 14:21:13 +0000
committerRichard van der Hoff <richard@matrix.org>2017-10-31 14:21:13 +0000
commit9ded00f22173af2ce1fc72e2534cbbb172957373 (patch)
tree25ee14c3a3ad0c8378f8dee3c27984bb9e9e1a83 /tests
parentDB schema interface for password auth providers (diff)
downloadsynapse-9ded00f22173af2ce1fc72e2534cbbb172957373.tar.xz
fix tests
Diffstat (limited to 'tests')
-rw-r--r--tests/utils.py1
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):