Skip to content

Commit 9b9ea16

Browse files
committed
Don't call deprecated method
1 parent 587e7e3 commit 9b9ea16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/incubator/src/test/java/io/opentelemetry/api/incubator/logs/ExtendedLogsBridgeApiUsageTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ void logRecordBuilder_ExtendedAttributes() {
202202

203203
// Optionally access standard attributes, which filters out any extended attribute
204204
// types
205-
assertThat(extendedLogRecordData.getAttributes())
205+
assertThat(logRecordData.getAttributes())
206206
.isEqualTo(
207207
Attributes.builder()
208208
.put(strKey, "value")

0 commit comments

Comments
 (0)