From 49e57e5a57f4310643055f5e6cc28b170f5bb8e2 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Wed, 5 Oct 2016 17:59:02 +0530 Subject: [PATCH] [fix] test --- frappe/custom/doctype/customize_form/test_customize_form.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",