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 5ea305e commit 64f6c7dCopy full SHA for 64f6c7d
tests/unit/test_session.py
@@ -6113,6 +6113,8 @@ def test_update_inference_component(sagemaker_session):
6113
)
6114
6115
sagemaker_session.sagemaker_client.update_inference_component.assert_called_with(**request)
6116
+
6117
6118
@patch("os.makedirs")
6119
def test_download_data_with_only_directory(makedirs, sagemaker_session):
6120
sagemaker_session.s3_client = Mock()
0 commit comments