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.
1 parent fc2868b commit 76e7760Copy full SHA for 76e7760
tests/integ/test_processing.py
@@ -288,10 +288,6 @@ def test_sklearn_with_custom_default_bucket(
288
289
assert job_description["ProcessingInputs"][0]["InputName"] == "dummy_input"
290
assert custom_bucket_name in job_description["ProcessingInputs"][0]["S3Input"]["S3Uri"]
291
-
292
- assert job_description["ProcessingInputs"][2]["InputName"] == "entrypoint"
293
- assert custom_bucket_name in job_description["ProcessingInputs"][2]["S3Input"]["S3Uri"]
294
295
assert job_description["ProcessingJobName"].startswith("test-sklearn-with-customizations")
296
297
assert job_description["ProcessingJobStatus"] == "Completed"
0 commit comments