diff --git a/haystack/core/pipeline/pipeline.py b/haystack/core/pipeline/pipeline.py index b0c8dd271b4..d2d8b4307c8 100644 --- a/haystack/core/pipeline/pipeline.py +++ b/haystack/core/pipeline/pipeline.py @@ -514,7 +514,7 @@ def run( # noqa: PLR0915, PLR0912, C901 "The given breakpoint {break_point} was never triggered. This is because:\n" "1. The provided component is not a part of the pipeline execution path.\n" "2. The component did not reach the visit count specified in the pipeline_breakpoint", - pipeline_breakpoint=break_point, + break_point=break_point, ) return pipeline_outputs