Skip to content

Commit 2afec73

Browse files
committed
Fix lint
1 parent 1cdbee7 commit 2afec73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: opentelemetry-api/tests/trace/propagation/test_tracecontexthttptextformat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def test_fields(self, mock_get_current_span, mock_invalid_span_context):
263263
"trace_id": 1,
264264
"span_id": 2,
265265
"trace_flags": 3,
266-
"trace_state": {"a": "b"}
266+
"trace_state": {"a": "b"},
267267
}
268268
)
269269
}

0 commit comments

Comments
 (0)