mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
ci: fix test endpoint
changed to erpnext.templates.pages.search_help.get_help_results_sections
This commit is contained in:
parent
b0b3558e77
commit
011166a41e
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ class TestErpnext:
|
|||
("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,
|
||||
),
|
||||
("/assets/erpnext/js/setup_wizard.js", assets_cb),
|
||||
|
|
|
|||
Loading…
Reference in a new issue