mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-03 00:02:36 +00:00
fix: remove need of vcr
This commit is contained in:
@@ -940,7 +940,6 @@ def test_task_with_no_arguments():
|
|||||||
assert result == "75"
|
assert result == "75"
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.vcr(filter_headers=["authorization"])
|
|
||||||
def test_code_execution_flag_adds_code_tool_upon_kickoff():
|
def test_code_execution_flag_adds_code_tool_upon_kickoff():
|
||||||
from crewai_tools import CodeInterpreterTool
|
from crewai_tools import CodeInterpreterTool
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user