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 a2d3cfbe32067ac1a7d6420e01a8ca0fcec7e2f9 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Nov 18 09:41:37 2020 +0100 CAMEL-15836 - Camel-AWS2-SQS: enable autowire on the SQS Client, CS --- .../camel/component/aws2/sqs/SqsComponentClientRegistryTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/camel-aws2-sqs/src/test/java/org/apache/camel/component/aws2/sqs/SqsComponentClientRegistryTest.java b/components/camel-aws2-sqs/src/test/java/org/apache/camel/component/aws2/sqs/SqsComponentClientRegistryTest.java index 01629e3..8f606b6 100644 --- a/components/camel-aws2-sqs/src/test/java/org/apache/camel/component/aws2/sqs/SqsComponentClientRegistryTest.java +++ b/components/camel-aws2-sqs/src/test/java/org/apache/camel/component/aws2/sqs/SqsComponentClientRegistryTest.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; @@ -45,7 +44,7 @@ public class SqsComponentClientRegistryTest extends CamelTestSupport { Sqs2Endpoint endpoint = (Sqs2Endpoint) component.createEndpoint("aws2-sqs://MyQueue"); }); } - + @Test public void createEndpointWithAutowire() throws Exception {