We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2bdff5 commit ec26b90Copy full SHA for ec26b90
1 file changed
tests/integrations/litellm/test_litellm.py
@@ -2944,7 +2944,6 @@ def test_binary_content_encoding_uri_type(
2944
for x in event["spans"]
2945
if x["op"] == OP.GEN_AI_CHAT and x["origin"] == "auto.ai.litellm"
2946
)
2947
-
2948
assert len(chat_spans) == 1
2949
span = chat_spans[0]
2950
messages_data = json.loads(span["data"][SPANDATA.GEN_AI_REQUEST_MESSAGES])
0 commit comments