Skip to content

Commit

Permalink
mnore clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
bhancockio committed Jan 22, 2025
1 parent 8bd292e commit daa0168
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/agent_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,6 @@ def get_final_answer() -> float:
moveon.assert_called_once()


# @pytest.mark.vcr(filter_headers=["authorization"])
def test_agent_error_on_parsing_tool(capsys):
from unittest.mock import patch

Expand Down Expand Up @@ -710,7 +709,6 @@ def get_final_answer() -> float:
force_exception_2.side_effect = Exception("Error on parsing tool.")
crew.kickoff()
captured = capsys.readouterr()
print("Captured output:", captured.out)
assert "Error on parsing tool." in captured.out


Expand Down

0 comments on commit daa0168

Please sign in to comment.