Skip to content

Commit 38ce6f7

Browse files
mufaddal-rohawalajerrypeng7773
authored andcommitted
fix: Automl integ describe job check (aws#3088)
1 parent b744906 commit 38ce6f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integ/test_auto_ml.py

+2
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ def test_auto_ml_describe_auto_ml_job(sagemaker_session):
170170
},
171171
"TargetAttributeName": TARGET_ATTRIBUTE_NAME,
172172
"ContentType": "text/csv;header=present",
173+
"ChannelType": "training",
173174
}
174175
]
175176
expected_default_output_config = {
@@ -207,6 +208,7 @@ def test_auto_ml_attach(sagemaker_session):
207208
},
208209
"TargetAttributeName": TARGET_ATTRIBUTE_NAME,
209210
"ContentType": "text/csv;header=present",
211+
"ChannelType": "training",
210212
}
211213
]
212214
expected_default_output_config = {

0 commit comments

Comments
 (0)