Skip to content

Commit

Permalink
Further conversions
Browse files Browse the repository at this point in the history
  • Loading branch information
Trenton Holmes committed Oct 8, 2024
1 parent ff3836f commit 9e2846e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_file_formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ def test_parse_libre_office_writer_document(self, tika_client: TikaClient, sampl
Test handling of a ODT document produced by LibreOffice
"""
resp = tika_client.tika.as_html.from_file(
sample_libre_office_writer_file, magic.from_file(str(sample_libre_office_writer_file), mime=True),
sample_libre_office_writer_file,
magic.from_file(str(sample_libre_office_writer_file), mime=True),
)

assert resp.type == "application/vnd.oasis.opendocument.text"
Expand Down

0 comments on commit 9e2846e

Please sign in to comment.