test: fix import_doc call in test_shopify_settings
This commit is contained in:
parent
b5792872e9
commit
c5869d5b47
@ -17,8 +17,7 @@ class ShopifySettings(unittest.TestCase):
|
||||
frappe.set_user("Administrator")
|
||||
|
||||
# use the fixture data
|
||||
import_doc(path=frappe.get_app_path("erpnext", "erpnext_integrations/doctype/shopify_settings/test_data/custom_field.json"),
|
||||
ignore_links=True, overwrite=True)
|
||||
import_doc(frappe.get_app_path("erpnext", "erpnext_integrations/doctype/shopify_settings/test_data/custom_field.json"))
|
||||
|
||||
frappe.reload_doctype("Customer")
|
||||
frappe.reload_doctype("Sales Order")
|
||||
|
Loading…
x
Reference in New Issue
Block a user