Skip to content

Commit 3da79e5

Browse files
committed
fix redrive test
1 parent a0dff65 commit 3da79e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_tracing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ def test_step_function_trace_data_redrive(self):
729729
self.assertEqual(source, "event")
730730
expected_context = Context(
731731
trace_id=435175499815315247,
732-
span_id=5063839446130725204,
732+
span_id=8782364156266188026,
733733
sampling_priority=1,
734734
meta={"_dd.p.tid": "3e7a89d1b7310603"},
735735
)

0 commit comments

Comments
 (0)