mirror of https://github.com/langgenius/dify.git
fix: message clean service ut (#31038)
This commit is contained in:
parent
52af829f1f
commit
33e99f069b
|
|
@ -271,6 +271,7 @@ class TestMessagesCleanServiceIntegration:
|
|||
source="annotation",
|
||||
question="Test question",
|
||||
account_id=message.from_account_id,
|
||||
score=0.9,
|
||||
annotation_question="Test annotation question",
|
||||
annotation_content="Test annotation content",
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue