Skip to content

Commit ac32eef

Browse files
committed
remove extra } in json
1 parent 8f71a1d commit ac32eef

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

custom/src/test/java/co/elastic/otel/declarativeconfig/DefaultDeclarativeConfigTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ void testDefaults() {
6161
json("{\"gcp\":null}"),
6262
json("{\"azure\":null}"),
6363
// TODO: maybe investigate why those are including empty objects
64-
json("{\"process\":{}}}"),
65-
json("{\"container\":{}}}"),
66-
json("{\"service\":{}}}"),
67-
json("{\"host\":{}}}"));
64+
json("{\"process\":{}}"),
65+
json("{\"container\":{}}"),
66+
json("{\"service\":{}}"),
67+
json("{\"host\":{}}"));
6868

6969
assertThat(config.getTracerProvider()).isNotNull();
7070
assertThat(assertThat(config.getTracerProvider().getProcessors()).hasSize(1));

0 commit comments

Comments
 (0)