aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2023-09-05 18:34:36 +0800
committerGitHub <noreply@github.com>2023-09-05 12:34:36 +0200
commitdc2dd76d98e3fcdfde922812f793a1db1f1ca555 (patch)
tree893b7b605d4bd4bc7013603a60a657174d278b21 /tests
parentaa678b80985c5dcb92cef15e19bd963c47a647db (diff)
downloadgitea-dc2dd76d98e3fcdfde922812f793a1db1f1ca555.tar.gz
gitea-dc2dd76d98e3fcdfde922812f793a1db1f1ca555.zip
Remove duplicated notify mail configuration on tests (#26912)
Extract from #22266 Co-authored-by: Giteabot <teabot@gitea.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/mssql.ini.tmpl1
-rw-r--r--tests/mysql.ini.tmpl1
-rw-r--r--tests/pgsql.ini.tmpl1
3 files changed, 0 insertions, 3 deletions
diff --git a/tests/mssql.ini.tmpl b/tests/mssql.ini.tmpl
index d4562586f6..3cd64ec5cb 100644
--- a/tests/mssql.ini.tmpl
+++ b/tests/mssql.ini.tmpl
@@ -64,7 +64,6 @@ FROM = mssql-{{TEST_TYPE}}-test@gitea.io
[service]
REGISTER_EMAIL_CONFIRM = false
REGISTER_MANUAL_CONFIRM = false
-ENABLE_NOTIFY_MAIL = false
DISABLE_REGISTRATION = false
ENABLE_CAPTCHA = false
REQUIRE_SIGNIN_VIEW = false
diff --git a/tests/mysql.ini.tmpl b/tests/mysql.ini.tmpl
index 15a7a379f3..2f890e67eb 100644
--- a/tests/mysql.ini.tmpl
+++ b/tests/mysql.ini.tmpl
@@ -64,7 +64,6 @@ FROM = mysql-{{TEST_TYPE}}-test@gitea.io
[service]
REGISTER_EMAIL_CONFIRM = false
REGISTER_MANUAL_CONFIRM = false
-ENABLE_NOTIFY_MAIL = false
DISABLE_REGISTRATION = false
ENABLE_CAPTCHA = false
REQUIRE_SIGNIN_VIEW = false
diff --git a/tests/pgsql.ini.tmpl b/tests/pgsql.ini.tmpl
index ee1373d71c..a1679cad6a 100644
--- a/tests/pgsql.ini.tmpl
+++ b/tests/pgsql.ini.tmpl
@@ -65,7 +65,6 @@ FROM = pgsql-{{TEST_TYPE}}-test@gitea.io
[service]
REGISTER_EMAIL_CONFIRM = false
REGISTER_MANUAL_CONFIRM = false
-ENABLE_NOTIFY_MAIL = false
DISABLE_REGISTRATION = false
ENABLE_CAPTCHA = false
REQUIRE_SIGNIN_VIEW = false