Skip to content

Commit ec26b90

Browse files
one more whitespace removal
1 parent f2bdff5 commit ec26b90

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/integrations/litellm/test_litellm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2944,7 +2944,6 @@ def test_binary_content_encoding_uri_type(
29442944
for x in event["spans"]
29452945
if x["op"] == OP.GEN_AI_CHAT and x["origin"] == "auto.ai.litellm"
29462946
)
2947-
29482947
assert len(chat_spans) == 1
29492948
span = chat_spans[0]
29502949
messages_data = json.loads(span["data"][SPANDATA.GEN_AI_REQUEST_MESSAGES])

0 commit comments

Comments
 (0)