mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 16:18:30 +00:00
fix tests
This commit is contained in:
@@ -1597,7 +1597,7 @@ def test_crew_function_calling_llm():
|
||||
result = crew.kickoff()
|
||||
assert result.raw == "Howdy!"
|
||||
assert agent1.tools is not None
|
||||
assert len(agent1.tools) == 0
|
||||
assert len(agent1.tools) == 1
|
||||
|
||||
|
||||
@pytest.mark.vcr(filter_headers=["authorization"])
|
||||
|
||||
Reference in New Issue
Block a user