Skip to content

Commit 270c50b

Browse files
cursoragentclaude
andcommitted
Fix async litellm exception test mock target
Co-Authored-By: Codex 5.3 <noreply@anthropic.com>
1 parent 6626a1b commit 270c50b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/litellm/test_litellm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ async def test_async_exception_handling(
867867
model_response = get_rate_limit_model_response()
868868

869869
with mock.patch.object(
870-
client.embeddings._client._client,
870+
client.completions._client._client,
871871
"send",
872872
return_value=model_response,
873873
):

0 commit comments

Comments
 (0)