File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
sagemaker-mlops/tests/unit/workflow Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -383,7 +383,12 @@ def test_step_validate_json_get_function_with_property_file():
383383
384384 step_map = {"processing-step" : processing_step }
385385
386- Step ._validate_json_get_function (step , json_get , step_map )
386+ Step ._validate_json_get_function (step , json_get , step_map )
387+
388+
389+ def test_step_find_dependencies_in_step_arguments_with_json_get ():
390+ from sagemaker .mlops .workflow .steps import Step , StepTypeEnum
391+ from sagemaker .core .workflow .functions import JsonGet
387392
388393
389394
@@ -475,6 +480,7 @@ def test_step_find_dependencies_in_step_arguments_with_delayed_return():
475480
476481
477482
483+
478484def test_step_find_dependencies_in_step_arguments_with_string_reference ():
479485 from sagemaker .mlops .workflow .steps import Step
480486 from sagemaker .core .helper .pipeline_variable import PipelineVariable
You can’t perform that action at this time.
0 commit comments