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 7b5433e6e7adccbad8a02e46218b665d9edb78d0 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Nov 17 08:37:38 2020 +0100 CAMEL-15836 - Camel-AWS2-Lambda: enable autowire on the Lambda Client, CS --- .../camel/component/aws2/lambda/LambdaComponentClientRegistryTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/components/camel-aws2-lambda/src/test/java/org/apache/camel/component/aws2/lambda/LambdaComponentClientRegistryTest.java b/components/camel-aws2-lambda/src/test/java/org/apache/camel/component/aws2/lambda/LambdaComponentClientRegistryTest.java index bdca36f..601976a 100644 --- a/components/camel-aws2-lambda/src/test/java/org/apache/camel/component/aws2/lambda/LambdaComponentClientRegistryTest.java +++ b/components/camel-aws2-lambda/src/test/java/org/apache/camel/component/aws2/lambda/LambdaComponentClientRegistryTest.java @@ -22,7 +22,6 @@ import org.junit.jupiter.api.Test; import software.amazon.awssdk.services.lambda.LambdaClient; 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;