chore: remove dead archive_file_generation assignments from tests

This commit is contained in:
Trenton H
2026-03-27 07:51:24 -07:00
parent a0cf673f1b
commit e00658375b
@@ -397,7 +397,6 @@ class TestParsePdf:
tesseract_parser: RasterisedDocumentParser,
tesseract_samples_dir: Path,
) -> None:
tesseract_parser.settings.archive_file_generation = "always"
tesseract_parser.parse(
tesseract_samples_dir / "with-form.pdf",
"application/pdf",
@@ -557,7 +556,6 @@ class TestParseMultiPage:
tesseract_parser: RasterisedDocumentParser,
tesseract_samples_dir: Path,
) -> None:
tesseract_parser.settings.archive_file_generation = "always"
tesseract_parser.parse(
tesseract_samples_dir / "multi-page-digital.pdf",
"application/pdf",
@@ -585,7 +583,6 @@ class TestParseMultiPage:
) -> None:
tesseract_parser.settings.pages = 2
tesseract_parser.settings.mode = mode
tesseract_parser.settings.archive_file_generation = "always"
tesseract_parser.parse(
tesseract_samples_dir / "multi-page-digital.pdf",
"application/pdf",
@@ -875,7 +872,6 @@ class TestParseMixed:
- All pages extracted; archive created; sidecar notes skipped pages
"""
tesseract_parser.settings.mode = "auto"
tesseract_parser.settings.archive_file_generation = "always"
tesseract_parser.parse(
tesseract_samples_dir / "multi-page-mixed.pdf",
"application/pdf",