mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
fix failing tests
This commit is contained in:
@@ -4114,6 +4114,7 @@ def test_crew_with_specific_delegation():
|
|||||||
@pytest.mark.vcr(filter_headers=["authorization"])
|
@pytest.mark.vcr(filter_headers=["authorization"])
|
||||||
def test_manager_agent_with_tools_and_delegation():
|
def test_manager_agent_with_tools_and_delegation():
|
||||||
"""Test that a manager agent can have tools and still delegate to all agents."""
|
"""Test that a manager agent can have tools and still delegate to all agents."""
|
||||||
|
from crewai.tools.base_tool import BaseTool
|
||||||
|
|
||||||
# Create a simple tool for the manager
|
# Create a simple tool for the manager
|
||||||
class SimpleTestTool(BaseTool):
|
class SimpleTestTool(BaseTool):
|
||||||
|
|||||||
Reference in New Issue
Block a user