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