Skip to content

Commit 6dc854a

Browse files
author
Rohan Gujarathi
committed
fix integ test
1 parent 220d4d8 commit 6dc854a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integ/test_workflow.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,8 @@ def test_two_step_lambda_pipeline_with_output_reference(
845845
step_lambda2 = LambdaStep(
846846
name="lambda-step2",
847847
lambda_func=Lambda(
848-
function_arn="arn:aws:lambda:us-west-2:123456789012:function:sagemaker_test_lambda"
848+
function_arn="arn:aws:lambda:us-west-2:123456789012:function:sagemaker_test_lambda",
849+
session=sagemaker_session
849850
),
850851
inputs={"arg1": outputParam1},
851852
outputs=[],

0 commit comments

Comments
 (0)