Skip to content

Commit 99850a5

Browse files
committed
Update more methods on AutoML test
1 parent 1a414ea commit 99850a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/sagemaker/automl/test_auto_ml.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,7 @@ def test_deploy(sagemaker_session, candidate_mock):
541541
initial_instance_count=INSTANCE_COUNT,
542542
instance_type=INSTANCE_TYPE,
543543
sagemaker_session=sagemaker_session,
544+
model_kms_key=OUTPUT_KMS_KEY,
544545
)
545546
auto_ml.create_model.assert_called_once()
546547
mock_pipeline.deploy.assert_called_once()

0 commit comments

Comments
 (0)