Chore: Upgrades OCRMyPDF to v16 (#7815)

This commit is contained in:
Trenton H
2024-09-30 19:53:44 -07:00
committed by GitHub
parent 0b829cab32
commit 2ab71137b9
5 changed files with 91 additions and 38 deletions

View File

@@ -497,6 +497,7 @@ class TestParser:
assert mail_parser.archive_path is not None
@pytest.mark.httpx_mock(can_send_already_matched_responses=True)
def test_generate_pdf_html_email(
self,
httpx_mock: HTTPXMock,
@@ -575,6 +576,7 @@ class TestParser:
with pytest.raises(ParseError):
mail_parser.parse(html_email_file, "message/rfc822")
@pytest.mark.httpx_mock(can_send_already_matched_responses=True)
def test_generate_pdf_html_email_merge_failure(
self,
httpx_mock: HTTPXMock,