Skip to content

Commit 76e7760

Browse files
committed
remove asserts that no longer hold
1 parent fc2868b commit 76e7760

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/integ/test_processing.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -288,10 +288,6 @@ def test_sklearn_with_custom_default_bucket(
288288

289289
assert job_description["ProcessingInputs"][0]["InputName"] == "dummy_input"
290290
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-
295291
assert job_description["ProcessingJobName"].startswith("test-sklearn-with-customizations")
296292

297293
assert job_description["ProcessingJobStatus"] == "Completed"

0 commit comments

Comments
 (0)