diff --git a/tests/test_agent.py b/tests/test_agent.py index 66e261a5..f8133a27 100644 --- a/tests/test_agent.py +++ b/tests/test_agent.py @@ -1415,7 +1415,6 @@ async def foobar(x: str) -> str: ), ModelResponse( parts=[TextPart(content='{"foobar":"inner agent result"}')], timestamp=IsNow(tz=timezone.utc) - ), ] )