Skip to content

Commit 85a157f

Browse files
committed
lint
1 parent 25780a8 commit 85a157f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_tracing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ def test_step_function_trace_data_with_trace_header(self):
667667
"x-datadog-trace-id": "11742251842529032210",
668668
"x-datadog-parent-id": "13977111940858727778",
669669
"x-datadog-sampling-priority": "1",
670-
"x-datadog-tags": "_dd.p.dm=-0,_dd.p.tid=6728f8ec00000000"
670+
"x-datadog-tags": "_dd.p.dm=-0,_dd.p.tid=6728f8ec00000000",
671671
},
672672
}
673673
ctx, source, event_source = extract_dd_trace_context(sf_event, lambda_ctx)
@@ -676,7 +676,7 @@ def test_step_function_trace_data_with_trace_header(self):
676676
trace_id=137123224175615787006624409899264538642,
677677
span_id=6880978411788117524,
678678
sampling_priority=1,
679-
meta={'_dd.p.dm': '-0', "_dd.p.tid": "6728f8ec00000000"},
679+
meta={"_dd.p.dm": "-0", "_dd.p.tid": "6728f8ec00000000"},
680680
)
681681
self.assertEqual(ctx, expected_context)
682682
self.assertEqual(

0 commit comments

Comments
 (0)