mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 14:15:09 +00:00
Use file that consistent in v12, v13 and develop to check /assets
This commit is contained in:
parent
823eca420a
commit
1aeaddf1ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue