Skip to content

Commit c5a19b8

Browse files
committed
fix integ test
1 parent 7b88b6d commit c5a19b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integ/test_inference_pipeline.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ def test_inference_pipeline_model_deploy_and_update_endpoint(
178178
model = PipelineModel(
179179
models=[sparkml_model, xgb_model],
180180
role="SageMakerRole",
181+
predictor_cls=Predictor,
181182
sagemaker_session=sagemaker_session,
182183
)
183184
predictor = model.deploy(1, alternative_cpu_instance_type, endpoint_name=endpoint_name)

0 commit comments

Comments
 (0)