Skip to content

Commit dc29414

Browse files
add trace id and span id
1 parent 6ac63cc commit dc29414

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_tracing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ def _expected_span_pointer_span_link(
10741074
"ptr.hash": pointer_hash,
10751075
**extra_attributes,
10761076
}
1077-
link = SpanLink()
1077+
link = SpanLink(trace_id=0, span_id=0)
10781078
link.attributes = attrs
10791079
return link
10801080

0 commit comments

Comments
 (0)