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 dd78d53 commit 7d896a2Copy full SHA for 7d896a2
tests/unit/test_predictor.py
@@ -62,6 +62,8 @@ def test_predict_call_pass_through():
62
result = predictor.predict(data)
63
64
assert sagemaker_session.sagemaker_runtime_client.invoke_endpoint.called
65
+ sagemaker_session.describe_endpoint.assert_not_called()
66
+ sagemaker_session.describe_endpoint_config.assert_not_called()
67
68
expected_request_args = {
69
"Accept": DEFAULT_ACCEPT,
0 commit comments