fix: Debug tests

This commit is contained in:
Deepesh Garg 2021-07-06 10:56:42 +05:30
parent 32436eceda
commit 66c04ca984

View File

@ -103,7 +103,6 @@ class TestServiceLevelAgreement(unittest.TestCase):
# check SLA docfields created
sla_fields = get_service_level_agreement_fields()
frappe.clear_cache(doctype=doctype.doctype)
meta = frappe.get_meta(doctype.name, cached=False)
for field in sla_fields: