File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1515import os
1616
1717import pytest
18- import tests .integ
19- from sagemaker import AutoML , CandidateEstimator , AutoMLInput
20-
2118from botocore .exceptions import ClientError
19+
20+ import tests .integ
21+ from sagemaker import AutoML , AutoMLInput , CandidateEstimator
2222from sagemaker .utils import unique_name_from_base
23- from tests .integ import DATA_DIR , AUTO_ML_DEFAULT_TIMEMOUT_MINUTES , auto_ml_utils
23+ from tests .integ import AUTO_ML_DEFAULT_TIMEMOUT_MINUTES , DATA_DIR , auto_ml_utils
2424from tests .integ .timeout import timeout
2525
2626ROLE = "SageMakerRole"
@@ -169,6 +169,7 @@ def test_auto_ml_describe_auto_ml_job(sagemaker_session):
169169 }
170170 },
171171 "TargetAttributeName" : TARGET_ATTRIBUTE_NAME ,
172+ "ContentType" : "text/csv;header=present" ,
172173 }
173174 ]
174175 expected_default_output_config = {
@@ -205,6 +206,7 @@ def test_auto_ml_attach(sagemaker_session):
205206 }
206207 },
207208 "TargetAttributeName" : TARGET_ATTRIBUTE_NAME ,
209+ "ContentType" : "text/csv;header=present" ,
208210 }
209211 ]
210212 expected_default_output_config = {
You can’t perform that action at this time.
0 commit comments