test: Update typo in unstructured test

Update typo for file name in test

Test COG-685
This commit is contained in:
Igor Ilic 2024-12-09 16:37:46 +01:00
parent e0a3563249
commit acf5952b31

View file

@ -50,7 +50,7 @@ def test_UnstructuredDocument():
)
xlsx_document = UnstructuredDocument(
id=uuid.uuid4(), name="example.xslx", raw_data_location=xlsx_file_path, metadata_id=uuid.uuid4(),
id=uuid.uuid4(), name="example.xlsx", raw_data_location=xlsx_file_path, metadata_id=uuid.uuid4(),
mime_type="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
)