diff --git a/tests/test_database.py b/tests/test_database.py index 3a22ea4..e87bc48 100644 --- a/tests/test_database.py +++ b/tests/test_database.py @@ -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)