Skip to content

Commit 78a0c37

Browse files
committed
fix typo
1 parent ca9e5c8 commit 78a0c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/test_multi_variant_endpoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def multi_variant_endpoint(sagemaker_session):
9999
"xgboost",
100100
sagemaker_session.boto_region_name,
101101
version="0.90-1",
102-
instancee_type=DEFAULT_INSTANCE_TYPE,
102+
instance_type=DEFAULT_INSTANCE_TYPE,
103103
image_scope="inference",
104104
)
105105
multi_variant_endpoint_model = sagemaker_session.create_model(

0 commit comments

Comments
 (0)