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 12c222b commit 4ed2fa1Copy full SHA for 4ed2fa1
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