Skip to content

Commit ea33358

Browse files
committed
separate resource extraction from supported interfaces
1 parent 920c02b commit ea33358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/resources/library/src/test/java/io/opentelemetry/instrumentation/resources/ManifestResourceProviderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Collection<DynamicTest> createResource() {
5656
Attributes.of(SERVICE_NAME, "demo", SERVICE_VERSION, "0.0.1-SNAPSHOT")),
5757
Resource.getDefault()),
5858
new TestCase(
59-
"name - empty resource", null, null, Resource.getDefault(), Resource.getDefault()),
59+
"name - empty resource", null, null, Resource.empty(), Resource.getDefault()),
6060
new TestCase(
6161
"name already detected",
6262
null,

0 commit comments

Comments
 (0)