service
This commit is contained in:
parent
93e06e043d
commit
2c68bb69b5
|
|
@ -27,7 +27,10 @@ class ResourceCustomizerProviderTest {
|
|||
try {
|
||||
assertThat(objectMapper.writeValueAsString(configurationModel.getResource()))
|
||||
.isEqualTo(
|
||||
"{\"attributes\":[],\"detection/development\":{\"detectors\":[{\"opentelemetry-javaagent-distribution\":null},{\"service\":null}]}}");
|
||||
"{\"attributes\":[],\"detection/development\":{\"detectors\":["
|
||||
+ "{\"service\":null},"
|
||||
+ "{\"opentelemetry-javaagent-distribution\":null}"
|
||||
+ "]}}");
|
||||
} catch (JsonProcessingException e) {
|
||||
throw new AssertionError(e);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue