We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3852722 commit fdaa7fdCopy full SHA for fdaa7fd
tests/integ/sagemaker/jumpstart/model/test_jumpstart_model.py
@@ -403,6 +403,9 @@ def test_jumpstart_session_with_config_name():
403
assert model.config_name is not None
404
session = model.sagemaker_session
405
406
+ # we're mocking the http request, so it's expected to raise an Exception.
407
+ # we're interested that the low-level request attaches the correct
408
+ # jumpstart-related tags.
409
with mock.patch("botocore.client.BaseClient._make_request") as mock_make_request:
410
try:
411
session.sagemaker_client.list_endpoints()
0 commit comments