Skip to content

Commit 59edbfb

Browse files
author
Jonathan Makunga
committed
UT
1 parent 661a415 commit 59edbfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/sagemaker/serve/utils/test_optimize_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,5 +399,5 @@ def test_with_non_s3(self, mock_model):
399399
)
400400

401401
mock_model.add_tags.assert_called_once_with(
402-
{"Key": Tag.SPECULATIVE_DRAFT_MODEL_PROVIDER, "Value": "customer"}
402+
{"Key": Tag.SPECULATIVE_DRAFT_MODEL_PROVIDER, "Value": "custom"}
403403
)

0 commit comments

Comments
 (0)