test: Update typo in unstructured test
Update typo for file name in test Test COG-685
This commit is contained in:
parent
e0a3563249
commit
acf5952b31
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue