File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -312,4 +312,4 @@ def cleanup_feature_group(feature_group: FeatureGroup):
312
312
try :
313
313
feature_group .delete ()
314
314
except Exception :
315
- raise RuntimeError (f"Failed to delete feature group with name { feature_group .name } " )
315
+ raise RuntimeError (f"Failed to delete feature group with name { feature_group .name } " )
Original file line number Diff line number Diff line change @@ -288,9 +288,6 @@ def test_sklearn_with_custom_default_bucket(
288
288
assert job_description ["ProcessingInputs" ][0 ]["InputName" ] == "dummy_input"
289
289
assert custom_bucket_name in job_description ["ProcessingInputs" ][0 ]["S3Input" ]["S3Uri" ]
290
290
291
- assert job_description ["ProcessingInputs" ][2 ]["InputName" ] == "entrypoint"
292
- assert custom_bucket_name in job_description ["ProcessingInputs" ][2 ]["S3Input" ]["S3Uri" ]
293
-
294
291
assert job_description ["ProcessingJobName" ].startswith ("test-sklearn-with-customizations" )
295
292
296
293
assert job_description ["ProcessingJobStatus" ] == "Completed"
You can’t perform that action at this time.
0 commit comments