Skip to content

Commit f1a9150

Browse files
committed
fix: parameter naming issue
1 parent 0984e8d commit f1a9150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/sagemaker/lineage/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ def create_and_execute_static_pipeline(sagemaker_session):
849849
print(f"Starting static execution of pipeline '{STATIC_PIPELINE_NAME}'")
850850
try:
851851
execution_arn = test_end_to_end_pipeline_successful_execution(
852-
sagemaker_session=sagemaker_session,
852+
sagemaker_session_for_pipeline=sagemaker_session,
853853
region_name=sagemaker_session.boto_session.region_name,
854854
role=get_execution_role(sagemaker_session),
855855
pipeline_name=STATIC_PIPELINE_NAME,

0 commit comments

Comments
 (0)