Skip to content

Commit c01877c

Browse files
committed
Removed assertion in UT that was used to demonstrate name collision
1 parent 6940b8c commit c01877c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

javaagent-extension-api/src/test/java/io/opentelemetry/javaagent/extension/DeclarativeConfigPropertiesBridgeTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,5 @@ void getProperties() {
139139
// verify vendor specific property names are preserved in unchanged form (prefix is not stripped
140140
// as for otel.instrumentation.*)
141141
assertThat(bridge.getBoolean("acme.full_name.preserved")).isTrue();
142-
// Example of property name collision:
143-
assertThat(bridge.getBoolean("acme.full_name.preserved"))
144-
.isEqualTo(bridge.getBoolean("otel.instrumentation.acme.full_name.preserved"));
145142
}
146143
}

0 commit comments

Comments
 (0)