You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/07/24 10:14:31 UTC

[camel] 05/07: CAMEL-12238 - Added Spring-boot test

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 743588c319748cd8350fe20c24e225bff53663a3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jul 24 12:07:03 2018 +0200

    CAMEL-12238 - Added Spring-boot test
---
 .../src/test/java/org/apache/camel/itest/springboot/CamelAwsTest.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelAwsTest.java b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelAwsTest.java
index 59a3519..d646027 100644
--- a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelAwsTest.java
+++ b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelAwsTest.java
@@ -44,6 +44,7 @@ public class CamelAwsTest extends AbstractSpringBootTestSupport {
         this.runComponentTest(createTestConfig(), "aws-ddb");
         this.runComponentTest(createTestConfig(), "aws-ddbstream");
         this.runComponentTest(createTestConfig(), "aws-ec2");
+        this.runComponentTest(createTestConfig(), "aws-iam");
         this.runComponentTest(createTestConfig(), "aws-kinesis");
         this.runComponentTest(createTestConfig(), "aws-kinesis-firehose");
         this.runComponentTest(createTestConfig(), "aws-lambda");