File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
tests/unit/experimental/pipeline Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -559,7 +559,6 @@ async def test_pipeline_streaming_error_in_pipeline_definition() -> None:
559559 events .append (e )
560560 # validation happens before pipeline run actually starts
561561 # but we have the PIPELINE_FAILED event
562- print (events )
563562 assert len (events ) == 1
564563 assert events [0 ].event_type == EventType .PIPELINE_FAILED
565564
@@ -573,7 +572,6 @@ async def test_pipeline_streaming_error_in_component() -> None:
573572 with pytest .raises (TypeError ):
574573 async for e in pipe .stream ({"component" : {"number1" : None , "number2" : 2 }}):
575574 events .append (e )
576- print (events )
577575 assert len (events ) == 3
578576 assert events [0 ].event_type == EventType .PIPELINE_STARTED
579577 assert events [1 ].event_type == EventType .TASK_STARTED
You can’t perform that action at this time.
0 commit comments