diff --git a/python/instrumentation/openinference-instrumentation-crewai/tests/test_instrumentor.py b/python/instrumentation/openinference-instrumentation-crewai/tests/test_instrumentor.py index 7943eacd8..5fd08f1f9 100644 --- a/python/instrumentation/openinference-instrumentation-crewai/tests/test_instrumentor.py +++ b/python/instrumentation/openinference-instrumentation-crewai/tests/test_instrumentor.py @@ -115,6 +115,7 @@ def kickoff_crew() -> Tuple[Task, Task]: goal="Extract quotes from text", backstory="You extract quotes from text", llm=llm, + tools=[MockScrapeWebsiteTool()], max_iter=1, max_retry_limit=0, verbose=True,