Skip to content

Commit 709d071

Browse files
remove redundant assertion
1 parent fca9838 commit 709d071

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integrations/openai/test_openai.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2596,7 +2596,6 @@ async def test_ai_client_span_streaming_responses_async_api(
25962596
spans = [span for span in transaction["spans"] if span["op"] == OP.GEN_AI_RESPONSES]
25972597

25982598
assert len(spans) == 1
2599-
assert spans[0]["op"] == "gen_ai.responses"
26002599
assert spans[0]["origin"] == "auto.ai.openai"
26012600

26022601
expected_data = {

0 commit comments

Comments
 (0)