diff --git a/tests/agent_test.py b/tests/agent_test.py index 1968c45fd..aa5e330d0 100644 --- a/tests/agent_test.py +++ b/tests/agent_test.py @@ -1603,6 +1603,7 @@ def test_agent_with_knowledge_sources(): assert "red" in result.raw.lower() +@pytest.mark.vcr(filter_headers=["authorization"]) @patch("crewai.knowledge.storage.knowledge_storage.KnowledgeStorage") @patch.object(BaseAgent, "copy") def test_agent_with_knowledge_sources_works_with_copy(