Skip to content

Commit

Permalink
tests.database:file - update action
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoCampinoti94 committed Aug 13, 2024
1 parent fa7e35b commit 9b55aea
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/test_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,7 @@ def test_file(test_files: Path, test_files_data: dict[str, dict]) -> File:
action: Action = Action(
name=filedata["matches"]["format"],
action="convert",
convert=[
{"converter": "convertool", "converter_type": "master", "outputs": ["odt", "pdf"]},
{"converter": "convertool", "converter_type": "statutory", "outputs": ["tiff"]},
],
convert={"tool": "convertool", "outputs": ["odt", "pdf"]},
)
file: File = File.from_file(file_path)

Expand Down

0 comments on commit 9b55aea

Please sign in to comment.