Skip to content

Commit

Permalink
SagemakerRuntime: Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bblommers committed Mar 18, 2024
1 parent 0f6f689 commit 40a86b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moto/sagemakerruntime/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def invoke_endpoint(
],
}
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,
)
Expand Down

0 comments on commit 40a86b7

Please sign in to comment.