File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
tests/unit/sagemaker/workflow Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -703,14 +703,14 @@ def test_register_model_with_model_repack_with_estimator(
703
703
assert isinstance (
704
704
arguments ["InferenceSpecification" ]["Containers" ][0 ]["ModelDataUrl" ], Properties
705
705
)
706
- assert arguments ["InferenceSpecification" ]["Containers" ][0 ]["Framework" ] == None
707
- assert arguments ["InferenceSpecification" ]["Containers" ][0 ]["FrameworkVersion" ] == None
708
- assert arguments ["InferenceSpecification" ]["Containers" ][0 ]["NearestModelName" ] == None
706
+ assert arguments ["InferenceSpecification" ]["Containers" ][0 ]["Framework" ] is None
707
+ assert arguments ["InferenceSpecification" ]["Containers" ][0 ]["FrameworkVersion" ] is None
708
+ assert arguments ["InferenceSpecification" ]["Containers" ][0 ]["NearestModelName" ] is None
709
709
assert (
710
710
arguments ["InferenceSpecification" ]["Containers" ][0 ]["ModelInput" ][
711
711
"DataInputConfig"
712
712
]
713
- == None
713
+ is None
714
714
)
715
715
del arguments ["InferenceSpecification" ]["Containers" ]
716
716
assert ordered (arguments ) == ordered (
You can’t perform that action at this time.
0 commit comments