File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
tests/unit/sagemaker/image_uris/jumpstart Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ def retrieve(
161161 and value is not None
162162 }:
163163 JUMPSTART_LOGGER .info (
164- "Ignoring the following fields when retriving image uri "
164+ "Ignoring the following arguments when retrieving image uri "
165165 "for JumpStart model id '%s': %s" ,
166166 model_id ,
167167 str (non_none_fields ),
Original file line number Diff line number Diff line change @@ -231,8 +231,8 @@ def test_jumpstart_image_uri_logging_extra_fields(
231231 )
232232
233233 patched_info_log .assert_called_once_with (
234- "Ignoring the following fields "
235- "when retriving image uri for "
234+ "Ignoring the following arguments "
235+ "when retrieving image uri for "
236236 "JumpStart model id '%s': %s" ,
237237 "pytorch-ic-mobilenet-v2" ,
238238 "{'framework': 'framework', 'container_version': '1.2.3'}" ,
You can’t perform that action at this time.
0 commit comments