You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk-extensions/incubator/src/test/java/io/opentelemetry/sdk/extension/incubator/fileconfig/YamlDeclarativeConfigPropertiesTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,7 @@ void treeWalking() {
183
183
// Access string at .foo.bar.baz without null checking and without exception.
184
184
assertThat(
185
185
structuredConfigProps
186
-
.getStructured("foo", empty())
186
+
.get("foo") // short for getStructured("foo", empty())
0 commit comments