commit | 053c54017e3e3a727ecc815de47a3cd6e303e284 | [log] [tgz] |
---|---|---|
author | Pratik Vyas <m@pd.io> | Fri Oct 17 14:16:10 2014 +0530 |
committer | Pratik Vyas <m@pd.io> | Fri Oct 17 14:16:10 2014 +0530 |
tree | f23a5fc86d1ff5ad9fa1a23011b8bf391d8fb6e9 | |
parent | af473d78f2a2744cac020e5ee14774fb3ff7eb02 [diff] |
[minor] add admin password to travis test site
diff --git a/test_sites/test_site/site_config.json b/test_sites/test_site/site_config.json index 05bf562..12007b8 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 }