Skip to content

Commit c62e91d

Browse files
committed
unit test
1 parent 0d6f889 commit c62e91d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/unit/sagemaker/workflow/test_step_collections.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1219,8 +1219,7 @@ def test_estimator_transformer_with_model_repack_with_estimator(estimator, sourc
12191219
assert arguments == {
12201220
"AlgorithmSpecification": {
12211221
"TrainingInputMode": "File",
1222-
"TrainingImage": "246618743249.dkr.ecr.us-west-2.amazonaws.com/"
1223-
+ "sagemaker-scikit-learn:0.23-1-cpu-py3",
1222+
"TrainingImage": MODEL_REPACKING_IMAGE_URI,
12241223
},
12251224
"ProfilerConfig": {"DisableProfiler": True},
12261225
"OutputDataConfig": {"S3OutputPath": "s3://my-bucket/"},

0 commit comments

Comments
 (0)