From 722f942920ed68d37b8bae6424f39433d2855e25 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Feb 2026 23:56:57 +0000 Subject: [PATCH] style: Fix linting issue in test_process_document.py Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com> --- tests/test_process_document.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_process_document.py b/tests/test_process_document.py index f392d56f..ec3e65f8 100644 --- a/tests/test_process_document.py +++ b/tests/test_process_document.py @@ -538,7 +538,7 @@ def test_process_document_unknown_mime_type(db_session, tmp_path): file_record = db_session.query(FileRecord).first() assert file_record is not None assert file_record.mime_type == "application/octet-stream" - + # File should be queued for PDF conversion since it's not a PDF assert result["status"] == "Queued for PDF conversion"