fix(fc3k): add mime=image/jpeg to test ImageRecord ctors (NOT NULL) + reorder admin import after stdlib/3rd-party (ruff I001)

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