Fix failing test

This commit is contained in:
Lev Vereshchagin 2022-03-16 12:48:24 +03:00
parent 886146c108
commit a261cb83ca

View file

@ -345,7 +345,7 @@ def check_website_theme_creation():
docker_compose_exec(
"backend",
"/home/frappe/frappe-bench/env/bin/python",
"tests/_check_website_theme.py",
"/tmp/_check_website_theme.py",
)