From e00f0074acc4ff68d315c936465d122724f5f53d Mon Sep 17 00:00:00 2001 From: Kian Jones <11655409+kianjones9@users.noreply.github.com> Date: Mon, 15 Sep 2025 16:04:01 -0700 Subject: [PATCH] rename test case method (#2919) --- tests/test_long_running_agents.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_long_running_agents.py b/tests/test_long_running_agents.py index 75c4f6bf..259144c1 100644 --- a/tests/test_long_running_agents.py +++ b/tests/test_long_running_agents.py @@ -101,7 +101,7 @@ async def test_deep_research_agent(client: Letta, server_url, disable_e2b_api_ke client.agents.delete(agent_id=agent_id) -async def test_11x_agent(client: Letta, server_url, disable_e2b_api_key): +async def test_kylie_agent(client: Letta, server_url, disable_e2b_api_key): imported_af = upload_test_agentfile_from_disk(client, "long_running_kylie.af") agent_id = imported_af.agent_ids[0]