2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-24 23:58:27 +00:00

Use file that consistent in v12, v13 and develop to check /assets

This commit is contained in:
Lev Vereshchagin 2021-12-17 15:20:41 +03:00
parent 823eca420a
commit 1aeaddf1ca

View File

@ -214,7 +214,7 @@ def ping_frappe_connections_in_backends():
@log("Check /assets")
def check_assets():
ping_and_check_content(
url="http://127.0.0.1/assets/js/frappe-web.min.js",
url="http://127.0.0.1/assets/frappe/images/frappe-framework-logo.svg",
callback=lambda text: text[:200] if text is not None else None,
)