mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 14:39:19 +00:00
test: Fix used frappe._dict to avoid AttributeError down the line
ref: https://github.com/frappe/erpnext/runs/5816574721?check_suite_focus=true#step:12:880
This commit is contained in:
@@ -19,7 +19,7 @@ class TestQualityProcedure(unittest.TestCase):
|
|||||||
)
|
)
|
||||||
).insert()
|
).insert()
|
||||||
|
|
||||||
frappe.form_dict = dict(
|
frappe.form_dict = frappe._dict(
|
||||||
doctype="Quality Procedure",
|
doctype="Quality Procedure",
|
||||||
quality_procedure_name="Test Child 1",
|
quality_procedure_name="Test Child 1",
|
||||||
parent_quality_procedure=procedure.name,
|
parent_quality_procedure=procedure.name,
|
||||||
|
|||||||
Reference in New Issue
Block a user