diff --git a/agent/tests/test_tools.py b/agent/tests/test_tools.py index d40948be1..8572bbf85 100644 --- a/agent/tests/test_tools.py +++ b/agent/tests/test_tools.py @@ -82,7 +82,6 @@ async def test_transaction_history_success(mock_api, tool_config): result = await transaction_history.ainvoke({}, config=tool_config) assert "AAPL" in result assert "BUY" in result - assert "tx-1" in result @pytest.mark.asyncio