diff --git a/tests/integration/agents/test_agents.py b/tests/integration/agents/test_agents.py index a542e5403..3253d0a96 100644 --- a/tests/integration/agents/test_agents.py +++ b/tests/integration/agents/test_agents.py @@ -610,3 +610,6 @@ def test_create_turn_response(llama_stack_client_with_mocked_inference, agent_co assert last_step_completed_at < step.started_at assert step.started_at < step.completed_at last_step_completed_at = step.completed_at + + +s