ci: fix test endpoint

changed to erpnext.templates.pages.search_help.get_help_results_sections
This commit is contained in:
Revant Nandgaonkar 2023-10-20 17:58:54 +05:30
parent b0b3558e77
commit 011166a41e

View file

@ -126,7 +126,7 @@ class TestErpnext:
("url", "callback"), ("url", "callback"),
( (
( (
"/api/method/erpnext.templates.pages.product_search.get_product_list", "/api/method/erpnext.templates.pages.search_help.get_help_results_sections?text=help",
api_cb, api_cb,
), ),
("/assets/erpnext/js/setup_wizard.js", assets_cb), ("/assets/erpnext/js/setup_wizard.js", assets_cb),