File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -733,9 +733,15 @@ def test_processing_job_inputs_and_output_config(
733
733
734
734
job_description = script_processor .latest_job .describe ()
735
735
expected_inputs_and_outputs = _get_processing_job_inputs_and_outputs ()
736
+ print ("###" )
737
+ print (job_description ["ProcessingInputs" ][:- 1 ])
738
+ print (expected_inputs_and_outputs ["ProcessingInputs" ])
736
739
assert (
737
740
job_description ["ProcessingInputs" ][:- 1 ] == expected_inputs_and_outputs ["ProcessingInputs" ]
738
741
)
742
+ print ("###" )
743
+ print (job_description ["ProcessingOutputConfig" ])
744
+ print (expected_inputs_and_outputs ["ProcessingOutputConfig" ])
739
745
assert (
740
746
job_description ["ProcessingOutputConfig" ]
741
747
== expected_inputs_and_outputs ["ProcessingOutputConfig" ]
You can’t perform that action at this time.
0 commit comments