diff --git a/frappe/custom/doctype/customize_form/test_customize_form.py b/frappe/custom/doctype/customize_form/test_customize_form.py index af1d152c4e..9abab5d45c 100644 --- a/frappe/custom/doctype/customize_form/test_customize_form.py +++ b/frappe/custom/doctype/customize_form/test_customize_form.py @@ -109,7 +109,7 @@ class TestCustomizeForm(unittest.TestCase): d.append("fields", { "label": "Test Add Custom Field Via Customize Form", "fieldtype": "Data", - "__islocal": 1 + "is_custom_field": 1 }) d.run_method("save_customization") self.assertEquals(frappe.db.get_value("Custom Field",