We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af57fae commit 29a9abcCopy full SHA for 29a9abc
tests/integ/test_auto_ml.py
@@ -170,7 +170,7 @@ def test_auto_ml_describe_auto_ml_job(sagemaker_session):
170
},
171
"TargetAttributeName": TARGET_ATTRIBUTE_NAME,
172
"ContentType": "text/csv;header=present",
173
- 'ChannelType': 'training',
+ "ChannelType": "training",
174
}
175
]
176
expected_default_output_config = {
@@ -208,7 +208,7 @@ def test_auto_ml_attach(sagemaker_session):
208
209
210
211
212
213
214
0 commit comments