2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-18 18:19:02 +00:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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(