fix setup-wizard leftovers

This commit is contained in:
Zlash65 2017-12-06 17:04:03 +05:30
parent c84476bd27
commit 5fc8923322

View File

@ -41,7 +41,7 @@ def before_tests():
"email" :"test@erpnext.com", "email" :"test@erpnext.com",
"password" :"test", "password" :"test",
"chart_of_accounts" : "Standard", "chart_of_accounts" : "Standard",
"domain" : "Manufacturing", "domains" : ["Manufacturing"],
}) })
frappe.db.sql("delete from `tabLeave Allocation`") frappe.db.sql("delete from `tabLeave Allocation`")