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 f5e4fd75269784ebb0a9231628e93228a20f7122 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Apr 6 15:22:45 2020 +0200 CAMEL-14850 - Camel-AWS2-*: Improve the verifiers to check if a particular service works on a specified region, remove System.out --- .../apache/camel/component/aws2/cw/CwComponentVerifierExtensionTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/components/camel-aws2-cw/src/test/java/org/apache/camel/component/aws2/cw/CwComponentVerifierExtensionTest.java b/components/camel-aws2-cw/src/test/java/org/apache/camel/component/aws2/cw/CwComponentVerifierExtensionTest.java index 9fa3ccd..d2a2b3a 100644 --- a/components/camel-aws2-cw/src/test/java/org/apache/camel/component/aws2/cw/CwComponentVerifierExtensionTest.java +++ b/components/camel-aws2-cw/src/test/java/org/apache/camel/component/aws2/cw/CwComponentVerifierExtensionTest.java @@ -82,7 +82,6 @@ public class CwComponentVerifierExtensionTest extends CamelTestSupport { ComponentVerifierExtension.Result result = verifier.verify(ComponentVerifierExtension.Scope.CONNECTIVITY, parameters); - System.err.println(result.getErrors().toString()); assertEquals(ComponentVerifierExtension.Result.Status.ERROR, result.getStatus()); }
