mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-06 06:12:40 +02:00
chore: ran linting
This commit is contained in:
parent
ce82807f16
commit
b2bf00e11a
1 changed files with 1 additions and 3 deletions
|
|
@ -267,9 +267,7 @@ async def test_reindex_clears_reindexing_flag(
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.usefixtures("patched_embed_text", "patched_chunk_text")
|
@pytest.mark.usefixtures("patched_embed_text", "patched_chunk_text")
|
||||||
async def test_reindex_raises_on_failure(
|
async def test_reindex_raises_on_failure(db_session, db_search_space, db_user, mocker):
|
||||||
db_session, db_search_space, db_user, mocker
|
|
||||||
):
|
|
||||||
"""RuntimeError is raised when reindexing fails so the caller can handle it."""
|
"""RuntimeError is raised when reindexing fails so the caller can handle it."""
|
||||||
mocker.patch(
|
mocker.patch(
|
||||||
"app.indexing_pipeline.indexing_pipeline_service.summarize_document",
|
"app.indexing_pipeline.indexing_pipeline_service.summarize_document",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue