diff --git a/erpnext/education/doctype/program/test_program.py b/erpnext/education/doctype/program/test_program.py index 3d9534565e4..b1eb7f3de23 100644 --- a/erpnext/education/doctype/program/test_program.py +++ b/erpnext/education/doctype/program/test_program.py @@ -54,6 +54,7 @@ def make_program(name): "doctype": "Program", "program_name": name, "program_code": name, + "description": "_test description" "is_published": True, "is_featured": True, }).insert()