Skip to content

Commit e330a1b

Browse files
author
Will Badr
committed
Fixing a type in the unit test
1 parent 816e50a commit e330a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/unit/test_sagemaker_steps.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ def test_transform_step_creation(pca_transformer):
419419
'TrialName': 'pca_trial',
420420
'TrialComponentDisplayName': 'Transform'
421421
},
422-
'DataPreProcessing': {
422+
'DataProcessing': {
423423
'InputFilter': '$[1:]',
424424
'OutputFilter': '$[2:]',
425425
'JoinSource': 'Input',

0 commit comments

Comments
 (0)