mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-27 17:25:08 +00:00
Fix failing test
This commit is contained in:
parent
886146c108
commit
a261cb83ca
1 changed files with 1 additions and 1 deletions
|
|
@ -345,7 +345,7 @@ def check_website_theme_creation():
|
||||||
docker_compose_exec(
|
docker_compose_exec(
|
||||||
"backend",
|
"backend",
|
||||||
"/home/frappe/frappe-bench/env/bin/python",
|
"/home/frappe/frappe-bench/env/bin/python",
|
||||||
"tests/_check_website_theme.py",
|
"/tmp/_check_website_theme.py",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue