This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 19cdf746ac4ce217cfd4f756c29f464a2594521e Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Nov 16 15:19:29 2020 +0100 CAMEL-15836 - Camel-AWS2-IAM: enable autowire on the Iam client, regen --- .../apache/camel/component/aws2/iam/IAMComponentClientRegistryTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/components/camel-aws2-iam/src/test/java/org/apache/camel/component/aws2/iam/IAMComponentClientRegistryTest.java b/components/camel-aws2-iam/src/test/java/org/apache/camel/component/aws2/iam/IAMComponentClientRegistryTest.java index b2a37e0..4df65b9 100644 --- a/components/camel-aws2-iam/src/test/java/org/apache/camel/component/aws2/iam/IAMComponentClientRegistryTest.java +++ b/components/camel-aws2-iam/src/test/java/org/apache/camel/component/aws2/iam/IAMComponentClientRegistryTest.java @@ -20,7 +20,6 @@ import org.apache.camel.test.junit5.CamelTestSupport; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.assertNotNull; -import static org.junit.jupiter.api.Assertions.assertNotSame; import static org.junit.jupiter.api.Assertions.assertSame; import static org.junit.jupiter.api.Assertions.assertThrows;
