mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-19 17:56:19 +03:00
Remove CI test
This commit is contained in:
parent
cd4f4a2ab4
commit
92090d32d4
1 changed files with 2 additions and 2 deletions
|
@ -123,8 +123,8 @@ class EmailConfig(Config):
|
||||||
if (len(missing) > 0):
|
if (len(missing) > 0):
|
||||||
raise RuntimeError(
|
raise RuntimeError(
|
||||||
"email.password_reset_behaviour is set to 'local' "
|
"email.password_reset_behaviour is set to 'local' "
|
||||||
"but required keys are missing: %s email config: %s" %
|
"but required keys are missing: %s" %
|
||||||
(", ".join(["email." + k for k in missing]), email_config)
|
(", ".join(["email." + k for k in missing]),)
|
||||||
)
|
)
|
||||||
|
|
||||||
# Templates for password reset emails
|
# Templates for password reset emails
|
||||||
|
|
Loading…
Reference in a new issue