Skip to content

Commit 996864e

Browse files
committed
Env is required only for Model Registry
1 parent a818fa4 commit 996864e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/unit/test_estimator.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3021,7 +3021,6 @@ def test_register_default_image(sagemaker_session):
30213021
"containers": [
30223022
{
30233023
"Image": estimator.image_uri,
3024-
"Environment": {},
30253024
"ModelDataUrl": estimator.model_data,
30263025
}
30273026
],
@@ -3070,7 +3069,6 @@ def test_register_inference_image(sagemaker_session):
30703069
"containers": [
30713070
{
30723071
"Image": inference_image,
3073-
"Environment": {},
30743072
"ModelDataUrl": estimator.model_data,
30753073
}
30763074
],

0 commit comments

Comments
 (0)