Skip to content

Commit ecf4143

Browse files
edit test
1 parent 3fbb8bd commit ecf4143

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/integrations/langgraph/test_langgraph.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2119,12 +2119,12 @@ def original_invoke(self, *args, **kwargs):
21192119
assert tx["_meta"]["spans"]["0"]["data"]["gen_ai.request.messages"][""]["len"] == 5
21202120

21212121

2122-
def test_graph_bubble_up_ignored(sentry_init, capture_events):
2122+
def test_graph_bubble_up_ignored(sentry_init, capture_items):
21232123
sentry_init(
21242124
integrations=[LanggraphIntegration()],
21252125
)
21262126

2127-
events = capture_events()
2127+
events = capture_items("event")
21282128

21292129
model = InterruptingChatModel()
21302130
with pytest.raises(GraphBubbleUp):

0 commit comments

Comments
 (0)