Fix static file check and associated tests
This commit is contained in:
parent
a2565adcba
commit
d4f26e8536
2 changed files with 14 additions and 18 deletions
|
|
@ -85,8 +85,7 @@ def check_static_dir() -> None:
|
|||
"web app."
|
||||
)
|
||||
expected = [
|
||||
os.path.isdir(os.path.join(STATIC_PATH, "js")),
|
||||
os.path.isdir(os.path.join(STATIC_PATH, "css")),
|
||||
os.path.isdir(os.path.join(STATIC_PATH, "assets")),
|
||||
os.path.isfile(os.path.join(STATIC_PATH, "index.html")),
|
||||
]
|
||||
if not all(expected):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue