Skip to content

Commit b85e2c3

Browse files
author
Jonathan Makunga
committed
FIX UT
1 parent 59edbfb commit b85e2c3

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
@@ -338,7 +338,7 @@ def test_with_s3_hf(self, mock_model):
338338
res_model = _custom_speculative_decoding(mock_model, speculative_decoding_config)
339339

340340
mock_model.add_tags.assert_called_once_with(
341-
{"Key": Tag.SPECULATIVE_DRAFT_MODEL_PROVIDER, "Value": "customer"}
341+
{"Key": Tag.SPECULATIVE_DRAFT_MODEL_PROVIDER, "Value": "custom"}
342342
)
343343

344344
self.assertEqual(

0 commit comments

Comments
 (0)