SagemakerRuntime: Update docs

This commit is contained in:
Bert Blommers 2024-03-18 17:32:51 -01:00 committed by GitHub
parent 0f6f689353
commit 40a86b7fb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,7 +42,7 @@ class SageMakerRuntimeBackend(BaseBackend):
],
}
requests.post(
"http://motoapi.amazonaws.com:5000/moto-api/static/sagemaker/endpoint-results",
"http://motoapi.amazonaws.com/moto-api/static/sagemaker/endpoint-results",
json=expected_results,
)