fix: Resolve integration test issue
This commit is contained in:
parent
e4e1a5438e
commit
11934cdf7f
1 changed files with 2 additions and 1 deletions
|
|
@ -38,7 +38,8 @@ async def test_UnstructuredDocument(mock_engine):
|
|||
|
||||
xlsx_file_path = os.path.join(
|
||||
pathlib.Path(__file__).parent.parent.parent,
|
||||
"test_dataexample.xlsx",
|
||||
"test_data",
|
||||
"example.xlsx",
|
||||
)
|
||||
|
||||
# Define test documents
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue