mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Fix: typo process_duration (#8696)
### What problem does this PR solve? Fix typo process_duration. ### Type of change - [x] Documentation Update - [x] Refactoring
This commit is contained in:
@ -48,7 +48,7 @@ def validate_document_parse_done(auth, _kb_id, _document_ids):
|
||||
continue
|
||||
assert doc["run"] == "3"
|
||||
assert len(doc["process_begin_at"]) > 0
|
||||
assert doc["process_duation"] > 0
|
||||
assert doc["process_duration"] > 0
|
||||
assert doc["progress"] > 0
|
||||
assert "Task done" in doc["progress_msg"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user