Skip to content

Conversation

@elsheikhams99
Copy link
Collaborator

Fixed agent and team_agents unit tests. Added update and save tests for team_agents.

Found a bug in both test files. "role" had to be renamed to "instructions" in all instances of both test files.

assert agent_json["name"] == "Test Agent(-)"
assert agent_json["description"] == "Test Agent Description"
assert agent_json["instructions"] == "Test Agent Instructions"
assert agent_json["instructions"] == "Test Agent Role"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should stay Instructions.

"name": "Test Agent(-)",
"description": "Test Agent Description",
"instructions": "Test Agent Instructions",
"instructions": "Test Agent Role",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should stay Instructions.

@ahmetgunduz ahmetgunduz merged commit af40dc4 into development Aug 13, 2025
@ahmetgunduz ahmetgunduz deleted the ENG-2464-team-agents-unit-tests branch August 13, 2025 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants