Correct test

This commit is contained in:
Cyber MacGeddon 2025-08-04 13:58:42 +01:00
parent c6e86461f5
commit 74df799ed8

View file

@ -288,9 +288,9 @@ class TestMistralOcrProcessor(IsolatedAsyncioTestCase):
run() run()
# Assert # Assert
mock_launch.assert_called_once_with("mistral-ocr", mock_launch.assert_called_once_with("pdf-decoder",
"\nSimple decoder, accepts PDF documents on input, outputs pages from the\nPDF document as text as separate output objects.\n") "\nSimple decoder, accepts PDF documents on input, outputs pages from the\nPDF document as text as separate output objects.\n")
if __name__ == '__main__': if __name__ == '__main__':
pytest.main([__file__]) pytest.main([__file__])