From ca012eb1f89148b1223edd15e8f665d71fdd31ab Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Thu, 1 Jan 2015 16:03:58 +0530 Subject: [PATCH] add auto email id to test site --- test_sites/test_site/site_config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/test_sites/test_site/site_config.json b/test_sites/test_site/site_config.json index 1b388a0856..3170bfb907 100644 --- a/test_sites/test_site/site_config.json +++ b/test_sites/test_site/site_config.json @@ -2,6 +2,7 @@ "db_name": "test_frappe", "db_password": "test_frappe", "admin_password": "admin", + "auto_email_id": "admin@example.com", "host_name": "http://localhost:8888", "mute_emails": 1 }