diff --git a/tests/components/conversation/test_chat_log.py b/tests/components/conversation/test_chat_log.py index 0f221698c40..c9e72ae5a03 100644 --- a/tests/components/conversation/test_chat_log.py +++ b/tests/components/conversation/test_chat_log.py @@ -709,7 +709,7 @@ async def test_chat_log_continue_conversation( chat_log.async_add_assistant_content_without_tools( AssistantContent( agent_id="mock-agent-id", - content="Ποιο είναι το αγαπηµένο σου χρώµα στα ελληνικά;", + content="Ποιο είναι το αγαπημένο σου χρώμα στα ελληνικά;", ) ) assert chat_log.continue_conversation is True