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 eb659e5 commit 735711aCopy full SHA for 735711a
tests/integ/test_processing.py
@@ -732,7 +732,9 @@ def test_processing_job_inputs_and_output_config(
732
)
733
734
job_description = script_processor.latest_job.describe()
735
- expected_inputs_and_outputs = _get_processing_job_inputs_and_outputs(sagemaker_session.default_bucket(), output_kms_key)
+ expected_inputs_and_outputs = _get_processing_job_inputs_and_outputs(
736
+ sagemaker_session.default_bucket(), output_kms_key
737
+ )
738
assert (
739
job_description["ProcessingInputs"][:-1] == expected_inputs_and_outputs["ProcessingInputs"]
740
0 commit comments