Skip to content

Commit 9169b21

Browse files
authored
Update test_pipeline_run.py
1 parent 7a67119 commit 9169b21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unitary/default_setup/pipeline/test_pipeline_run.py

+2
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,8 @@ def test_stream_log(self, mock_stream, mock_sync):
391391
**PIPELINE_RUN_LOG_DETAILS
392392
)
393393
pipeline_run.time_accepted = datetime.now()
394+
service_logging = OCILog()
395+
pipeline_run._set_service_logging_resource(service_logging)
394396
pipeline_run._PipelineRun__stream_log(
395397
ConsolidatedLog(OCILog()),
396398
[custom_script_step.step_name, ml_job_step.step_name],

0 commit comments

Comments
 (0)