Skip to content

Commit

Permalink
Update test_oci_model_deployment_endpoint.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-ohai authored Jan 14, 2025
1 parent d5f1a5e commit 2e21b97
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ def test_embedding_call(mocker: MockerFixture) -> None:
responses.POST,
endpoint,
json={
"embeddings": expected_output,
"data": [
{
"embedding": expected_output
}
],
},
status=200,
)
Expand Down

0 comments on commit 2e21b97

Please sign in to comment.