Skip to content

Commit b057d2a

Browse files
committed
ruff
1 parent 89704e5 commit b057d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exporter/opentelemetry-exporter-otlp-proto-http/tests/test_proto_log_exporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def test_exported_log_without_span_id(self):
292292
self.fail("No log records found")
293293

294294
@staticmethod
295-
def _get_sdk_log_data() -> List[LogData]:
295+
def _get_sdk_log_data() -> List[LogRecordData]:
296296
ctx_log1 = set_span_in_context(
297297
NonRecordingSpan(
298298
SpanContext(

0 commit comments

Comments
 (0)