mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-11 23:19:02 +08:00
fix ci issue (#3245)
### What problem does this PR solve? ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
parent
fbcc0bb408
commit
1b3e39dd12
@ -36,7 +36,7 @@ def test_create_conversation_with_success(get_api_key_fixture):
|
||||
assistant = rag.create_chat("test_create_conversation", dataset_ids=[kb.id])
|
||||
session = assistant.create_session()
|
||||
question = "What is AI"
|
||||
for ans in session.ask(question, stream=True):
|
||||
for ans in session.ask(question):
|
||||
pass
|
||||
|
||||
# assert not ans.content.startswith("**ERROR**"), "Please check this error."
|
||||
|
Loading…
x
Reference in New Issue
Block a user