fix(fc3k): add origin=imported_filesystem to test ImageRecord ctors (second NOT NULL column after mime)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-25 01:28:54 -04:00
parent a0136fa30d
commit 832345a245
3 changed files with 8 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@ def _make_image(db_sync, *, artist, path, sha256, size=1000, thumb=None):
sha256=sha256,
size_bytes=size,
mime="image/jpeg",
origin="imported_filesystem",
thumbnail_path=thumb,
)
db_sync.add(img)