summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2017-05-23 09:34:08 +0100
committerGitHub <noreply@github.com>2017-05-23 09:34:08 +0100
commit58c472029311e98e4afbe125a00566c8a49574ee (patch)
tree1b6d83e450732d91a3a2207354f0c3828669194f /tests
parentMerge pull request #2241 from matrix-org/erikj/fix_notifs (diff)
parentOnly load jinja2 templates once (diff)
downloadsynapse-58c472029311e98e4afbe125a00566c8a49574ee.tar.xz
Merge pull request #2242 from matrix-org/erikj/email_refactor
Only load jinja2 templates once
Diffstat (limited to '')
-rw-r--r--tests/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/utils.py b/tests/utils.py

index d3d6c8021d..4f7e32b3ab 100644 --- a/tests/utils.py +++ b/tests/utils.py
@@ -55,6 +55,7 @@ def setup_test_homeserver(name="test", datastore=None, config=None, **kargs): config.password_providers = [] config.worker_replication_url = "" config.worker_app = None + config.email_enable_notifs = False config.use_frozen_dicts = True config.database_config = {"name": "sqlite3"}