Skip to content

Commit 11577fe

Browse files
authored
fix: sklearn integ test for custom bucket (#2569)
1 parent 12c222b commit 11577fe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/integ/test_processing.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,6 @@ def test_sklearn_with_custom_default_bucket(
288288
assert job_description["ProcessingInputs"][0]["InputName"] == "dummy_input"
289289
assert custom_bucket_name in job_description["ProcessingInputs"][0]["S3Input"]["S3Uri"]
290290

291-
assert job_description["ProcessingInputs"][2]["InputName"] == "entrypoint"
292-
assert custom_bucket_name in job_description["ProcessingInputs"][2]["S3Input"]["S3Uri"]
293-
294291
assert job_description["ProcessingJobName"].startswith("test-sklearn-with-customizations")
295292

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

0 commit comments

Comments
 (0)