mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-16 10:20:31 +00:00
fix: remove transaction commit from tests
This commit is contained in:
committed by
Ankush Menat
parent
acdb26a4bb
commit
8d69ec72a6
@@ -1382,7 +1382,6 @@ def make_sales_order_workflow():
|
||||
|
||||
frappe.get_doc(dict(doctype='Role', role_name='Test Junior Approver')).insert(ignore_if_duplicate=True)
|
||||
frappe.get_doc(dict(doctype='Role', role_name='Test Approver')).insert(ignore_if_duplicate=True)
|
||||
frappe.db.commit()
|
||||
frappe.cache().hdel('roles', frappe.session.user)
|
||||
|
||||
workflow = frappe.get_doc({
|
||||
|
||||
Reference in New Issue
Block a user