mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 14:21:05 +00:00
fix: use ping api instead of version api (#1190)
This commit is contained in:
parent
17385266ee
commit
7d1d9b17fd
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user