Skip to content

Commit 8aef418

Browse files
string fix
1 parent f407e6b commit 8aef418

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
@@ -216,7 +216,7 @@ def test_embeddings_create(sentry_init, capture_events):
216216
"model": "text-embedding-ada-002",
217217
"input": "Hello!",
218218
"messages": messages,
219-
"call_type": "embeddings",
219+
"call_type": "embedding",
220220
}
221221

222222
_input_callback(kwargs)

0 commit comments

Comments
 (0)