Skip to content

Commit cf35d1b

Browse files
committed
fix tests
1 parent 1201487 commit cf35d1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/sdk/subagent/test_subagent_registry.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def test_agent_definition_to_factory_model_profile(tmp_path: Path) -> None:
323323
name="profile-agent",
324324
description="Uses a profile",
325325
model="fast-gpt",
326-
tools=["ReadTool"],
326+
tools=[],
327327
system_prompt="Profile test.",
328328
)
329329

@@ -360,7 +360,7 @@ def test_agent_definition_to_factory_model_profile_with_json_suffix(
360360
name="profile-agent",
361361
description="Uses a profile with .json suffix",
362362
model="fast-gpt.json",
363-
tools=["ReadTool"],
363+
tools=[],
364364
system_prompt="Profile test.",
365365
)
366366

0 commit comments

Comments
 (0)