mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-24 15:48:23 +00:00
add fixture to this
This commit is contained in:
@@ -1603,6 +1603,7 @@ def test_agent_with_knowledge_sources():
|
|||||||
assert "red" in result.raw.lower()
|
assert "red" in result.raw.lower()
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.vcr(filter_headers=["authorization"])
|
||||||
@patch("crewai.knowledge.storage.knowledge_storage.KnowledgeStorage")
|
@patch("crewai.knowledge.storage.knowledge_storage.KnowledgeStorage")
|
||||||
@patch.object(BaseAgent, "copy")
|
@patch.object(BaseAgent, "copy")
|
||||||
def test_agent_with_knowledge_sources_works_with_copy(
|
def test_agent_with_knowledge_sources_works_with_copy(
|
||||||
|
|||||||
Reference in New Issue
Block a user