diff --git a/tests/utils.py b/tests/utils.py index ef5c616994..8e65b1ab7a 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -134,6 +134,7 @@ def default_config(name, parse=False): "email_enable_notifs": False, "email_smtp_host": "somehost", "email_smtp_port": 25, + "template_dir": "res/templates", "email_notif_from": "someone ", "block_non_admin_invites": False, "federation_domain_whitelist": None,