Fixing tests

This commit is contained in:
Brandon Hancock
2025-01-22 11:13:47 -05:00
parent daa01686f2
commit dc2e684877
3 changed files with 267 additions and 1 deletions

View File

@@ -670,6 +670,7 @@ def test_agent_without_max_rpm_respects_crew_rpm(capsys):
moveon.assert_called_once()
@pytest.mark.vcr(filter_headers=["authorization"])
def test_agent_error_on_parsing_tool(capsys):
from unittest.mock import patch