Skip to content

Commit aaf3982

Browse files
committed
fix
1 parent 6dafe07 commit aaf3982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/strawberry/test_strawberry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ def test_capture_root_span_on_success(
379379
assert len(events) == 1
380380
(root_span_event,) = events
381381

382-
assert root_span_event["root_span"] == "GreetingQuery"
382+
assert root_span_event["transaction"] == "GreetingQuery"
383383
assert root_span_event["contexts"]["trace"]["op"] == OP.GRAPHQL_QUERY
384384
assert root_span_event["spans"]
385385

0 commit comments

Comments
 (0)