We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f71a1d commit ac32eefCopy full SHA for ac32eef
1 file changed
custom/src/test/java/co/elastic/otel/declarativeconfig/DefaultDeclarativeConfigTest.java
@@ -61,10 +61,10 @@ void testDefaults() {
61
json("{\"gcp\":null}"),
62
json("{\"azure\":null}"),
63
// TODO: maybe investigate why those are including empty objects
64
- json("{\"process\":{}}}"),
65
- json("{\"container\":{}}}"),
66
- json("{\"service\":{}}}"),
67
- json("{\"host\":{}}}"));
+ json("{\"process\":{}}"),
+ json("{\"container\":{}}"),
+ json("{\"service\":{}}"),
+ json("{\"host\":{}}"));
68
69
assertThat(config.getTracerProvider()).isNotNull();
70
assertThat(assertThat(config.getTracerProvider().getProcessors()).hasSize(1));
0 commit comments