v4.10 revision to remove "legacy compatibility" code
Quality Gate / gate (push) Failing after 11s

This commit is contained in:
Jim Lancaster
2026-08-22 11:21:18 -05:00
parent cf49c3c127
commit 63c21d4a14
25 changed files with 840 additions and 301 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ async def seed_job(app_client: tuple[FastAPI, TestClient]) -> Callable[..., Awai
page_number=1,
upload_name=filename,
filename=filename,
file_path=str(stored_path),
file_path=stored_path.resolve().relative_to(app.state.settings.upload_dir.resolve()).as_posix(),
file_hash="b" * 64,
file_size_bytes=len(stored_path.read_bytes()),
)