Skip to content

Commit 13bae8a

Browse files
zhijiewongclaude
andcommitted
fix(tests): restore pytest import and update package-lock.json
Backend: - Restore pytest import in test_file_security.py (needed for pytest.raises) Frontend: - Update package-lock.json with @vitest/coverage-v8 dependencies - Resolves npm ci error in CI workflows This completes all CI fixes for linting and dependency issues. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 9f5bafa commit 13bae8a

File tree

2 files changed

+240
-0
lines changed

2 files changed

+240
-0
lines changed

backend/tests/unit/test_file_security.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Unit tests for file security utilities."""
2+
import pytest
23
from app.utils.file_security import (
34
sanitize_filename,
45
validate_file_extension,

frontend/package-lock.json

Lines changed: 239 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)