fix: use ping api instead of version api (#1190)

This commit is contained in:
Revant Nandgaonkar
2023-07-24 12:49:49 +05:30
committed by GitHub
parent 17385266ee
commit 7d1d9b17fd

View File

@@ -39,7 +39,7 @@ def assets_cb(text: str):
@pytest.mark.parametrize(
("url", "callback"), (("/", index_cb), ("/api/method/version", api_cb))
("url", "callback"), (("/", index_cb), ("/api/method/ping", api_cb))
)
def test_endpoints(url: str, callback: Any, frappe_site: str):
check_url_content(