Skip to content

Commit 06919f9

Browse files
committed
add end to end test for declarative config for aws
1 parent e62e04a commit 06919f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-resources/src/test/java/io/opentelemetry/contrib/aws/resource/ResourceComponentProviderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ void providerIsLoaded() {
2424
Iterable<ComponentProvider> providers =
2525
ComponentLoader.forClassLoader(ResourceComponentProviderTest.class.getClassLoader())
2626
.load(ComponentProvider.class);
27-
assertThat(providers).extracting(ComponentProvider::getName).containsExactly("aws");
27+
assertThat(providers).extracting(ComponentProvider::getName).contains("aws");
2828
}
2929

3030
@Test

0 commit comments

Comments
 (0)