Skip to content

Commit 307db73

Browse files
merge fixes
1 parent 137930c commit 307db73

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/integrations/openai/test_openai.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1500,9 +1500,6 @@ def test_span_status_error(sentry_init, capture_items):
15001500
spans = [item.payload for item in items if item.type == "span"]
15011501
assert spans[0]["status"] == "error"
15021502

1503-
(transaction,) = (item.payload for item in items if item.type == "transaction")
1504-
assert transaction["contexts"]["trace"]["status"] == "internal_error"
1505-
15061503

15071504
@pytest.mark.asyncio
15081505
async def test_bad_chat_completion_async(sentry_init, capture_items):

0 commit comments

Comments
 (0)