Fixing the automated tests.

This commit is contained in:
filipi87
2026-04-02 16:58:28 -03:00
parent 3724ecd378
commit 929a0e33f4

View File

@@ -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(