From 1aeaddf1ca0a99d505635737355e99cf6b40671b Mon Sep 17 00:00:00 2001 From: Lev Vereshchagin Date: Fri, 17 Dec 2021 15:20:41 +0300 Subject: [PATCH] Use file that consistent in v12, v13 and develop to check /assets --- tests/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/main.py b/tests/main.py index 657e7b60..fb94be2d 100644 --- a/tests/main.py +++ b/tests/main.py @@ -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, )