Skip to content

Commit f524509

Browse files
committed
fix parent_id value in unit test
1 parent 5700d22 commit f524509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_tracing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ def test_step_function_trace_data_event_bridge(self):
873873
get_dd_trace_context(),
874874
{
875875
TraceHeader.TRACE_ID: "4728686021345621131",
876-
TraceHeader.PARENT_ID: "2685222157636933868",
876+
TraceHeader.PARENT_ID: "10713633173203262661",
877877
TraceHeader.SAMPLING_PRIORITY: "1",
878878
TraceHeader.TAGS: "_dd.p.tid=7683d2257c051fce",
879879
},

0 commit comments

Comments
 (0)