From 929a0e33f4bb9ae22110d55c0872ddb5eefe6c20 Mon Sep 17 00:00:00 2001 From: filipi87 Date: Thu, 2 Apr 2026 16:58:28 -0300 Subject: [PATCH] Fixing the automated tests. --- tests/test_context_aggregators_universal.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_context_aggregators_universal.py b/tests/test_context_aggregators_universal.py index 59aab4745..e94a68ad1 100644 --- a/tests/test_context_aggregators_universal.py +++ b/tests/test_context_aggregators_universal.py @@ -806,7 +806,7 @@ class TestLLMAssistantAggregator(unittest.IsolatedAsyncioTestCase): function_name="get_weather", tool_call_id="1", arguments={"location": "Los Angeles"}, - cancel_on_interruption=False, + cancel_on_interruption=True, ), SleepFrame(), FunctionCallResultFrame( @@ -838,7 +838,7 @@ class TestLLMAssistantAggregator(unittest.IsolatedAsyncioTestCase): function_name="get_weather", tool_call_id="1", arguments={"location": "Los Angeles"}, - cancel_on_interruption=False, + cancel_on_interruption=True, ), SleepFrame(), FunctionCallResultFrame(