Skip to content

Commit 7a67119

Browse files
authored
Update test_pipeline_run.py
1 parent 2e30344 commit 7a67119

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/unitary/default_setup/pipeline/test_pipeline_run.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
# Copyright (c) 2023 Oracle and/or its affiliates.
3+
# Copyright (c) 2024 Oracle and/or its affiliates.
44
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
55

66
from datetime import datetime
@@ -749,6 +749,9 @@ def test_build_filter_expression(self):
749749
ml_job_step_without_job_run_id,
750750
]
751751

752+
service_logging = OCILog()
753+
pipeline_run._set_service_logging_resource(service_logging)
754+
752755
consolidated_log_expression = pipeline_run._build_filter_expression()
753756

754757
assert (

0 commit comments

Comments
 (0)