From db5bfde99b82e81ac150aeb3b2c45d7acb927d29 Mon Sep 17 00:00:00 2001 From: Chris Vogel Date: Sat, 15 Jun 2024 14:24:50 +0200 Subject: [PATCH] email address needs a dot in hostname... --- tests.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.toml b/tests.toml index f0b74e8..0ae119d 100644 --- a/tests.toml +++ b/tests.toml @@ -7,7 +7,7 @@ test_format = 1.0 args.password_couchdb_admin = "TestPasswordCouchDBadmin" args.password_couchdb_flohmarkt = "TestPasswordCouchDBflohmarkt" - args.admin_mail = "admin@localhost" + args.admin_mail = "admin@example.com" test_upgrade_from.217fc0e.name = "Upgrade from ynh4"