From aacb0a702e60588cb550c7009c4b1e6f499026a3 Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Fri, 6 Feb 2015 16:55:41 +0530 Subject: [PATCH] Add auto email id in test site_config.json --- 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..a94f27cb8f 100644 --- a/test_sites/test_site/site_config.json +++ b/test_sites/test_site/site_config.json @@ -3,5 +3,6 @@ "db_password": "test_frappe", "admin_password": "admin", "host_name": "http://localhost:8888", + "auto_email_id": "admin@example.com", "mute_emails": 1 }