From 33e99f069bec8dfe6338597e47045bac7975d511 Mon Sep 17 00:00:00 2001 From: hj24 Date: Thu, 15 Jan 2026 15:13:25 +0800 Subject: [PATCH] fix: message clean service ut (#31038) --- .../services/test_messages_clean_service.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/tests/test_containers_integration_tests/services/test_messages_clean_service.py b/api/tests/test_containers_integration_tests/services/test_messages_clean_service.py index 29baa4d94f..5b6db64c09 100644 --- a/api/tests/test_containers_integration_tests/services/test_messages_clean_service.py +++ b/api/tests/test_containers_integration_tests/services/test_messages_clean_service.py @@ -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", )