Applied ruff format auto-fix to resolve line-length formatting violations in:
- features/steps/langgraph_platform_remote_graph_steps.py
- robot/helper_langgraph_platform_integration.py
These files had multi-line assert statements that ruff format collapses to
single lines when they fit within the line length limit.
ISSUES CLOSED: #693