Skip to content

Commit d3127f7

Browse files
committed
fix TU py
1 parent 2787c64 commit d3127f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/src/tests/agents/test_supervisor_agent.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ async def test_supervisor_agent_validation(mock_boto3_client):
107107
"""Test SupervisorAgent validation"""
108108
with pytest.raises(ValueError, match="Supervisor must be BedrockLLMAgent or AnthropicAgent"):
109109
SupervisorAgent(SupervisorAgentOptions(
110+
name="SupervisorAgent",
111+
description="My Supervisor agent description",
110112
lead_agent=MagicMock(spec=Agent),
111113
team=[]
112114
))

0 commit comments

Comments
 (0)