fix: correct null pointer dereference in user profile avatar loader

This commit is contained in:
2026-05-14 02:12:19 +00:00
parent 0d6ac064d2
commit b80942678b
25 changed files with 82 additions and 385 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ test:
PLAYWRIGHT_HEADLESS=1 python -m pytest tests/ -v --tb=line -x
test-headed:
PLAYWRIGHT_HEADLESS=0 python -m pytest tests/ -v --tb=line -x
PLAYWRIGHT_HEADLESS=0 python -m pytest tests/ -v -n auto --tb=line -x
demo:
PLAYWRIGHT_HEADLESS=0 python -m pytest tests/test_demo.py -v -s --tb=line -x