Files
langflow/src
ogabrielluiz b7f16311b4 test(loop): accept executor kwargs in subgraph async_start mock
The loop body now runs its subgraph through get_default_coordinator().stream,
so InProcessExecutor calls async_start with inputs/max_iterations/config/
reset_output_values/fallback_to_env_vars alongside event_manager. The mock
only accepted event_manager and raised TypeError on the extra kwargs. Widen it
to **_kwargs while still capturing event_manager for the assertion.
2026-06-25 15:24:58 -03:00
..