diff --git a/tests/test_frappe_docker.py b/tests/test_frappe_docker.py index 36869667..85e6f1e8 100644 --- a/tests/test_frappe_docker.py +++ b/tests/test_frappe_docker.py @@ -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),