We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c28310 + 11577fe commit 49f4c2dCopy full SHA for 49f4c2d
tests/integ/test_processing.py
@@ -288,9 +288,6 @@ def test_sklearn_with_custom_default_bucket(
288
assert job_description["ProcessingInputs"][0]["InputName"] == "dummy_input"
289
assert custom_bucket_name in job_description["ProcessingInputs"][0]["S3Input"]["S3Uri"]
290
291
- assert job_description["ProcessingInputs"][2]["InputName"] == "entrypoint"
292
- assert custom_bucket_name in job_description["ProcessingInputs"][2]["S3Input"]["S3Uri"]
293
-
294
assert job_description["ProcessingJobName"].startswith("test-sklearn-with-customizations")
295
296
assert job_description["ProcessingJobStatus"] == "Completed"
0 commit comments