From 053c54017e3e3a727ecc815de47a3cd6e303e284 Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Fri, 17 Oct 2014 14:16:10 +0530 Subject: [PATCH] [minor] add admin password to travis 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 05bf5627669..12007b87ecd 100644 --- a/test_sites/test_site/site_config.json +++ b/test_sites/test_site/site_config.json @@ -1,5 +1,6 @@ { "db_name": "test_frappe", "db_password": "test_frappe", + "admin_password": "admin", "mute_emails": 1 }