From e9e7048f550e8d09fad20e402db8061e4efe05b8 Mon Sep 17 00:00:00 2001 From: Brandon Hancock Date: Thu, 12 Dec 2024 10:51:09 -0500 Subject: [PATCH] add back in vcr --- tests/task_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/task_test.py b/tests/task_test.py index 6f3075462..7a77042db 100644 --- a/tests/task_test.py +++ b/tests/task_test.py @@ -655,7 +655,7 @@ def test_increment_delegations_for_sequential_process(): increment_delegations.assert_called_once() -# @pytest.mark.vcr(filter_headers=["authorization"]) +@pytest.mark.vcr(filter_headers=["authorization"]) def test_increment_tool_errors(): from crewai.tools import tool