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 2024/03/08 13:36:30 UTC

(camel-spring-boot) 02/02: Added test for Bedrock Agent

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 48a84552427af7d6c14d6e1b2ceea5d4a2207f5a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 8 14:32:15 2024 +0100

    Added test for Bedrock Agent
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../test/java/org/apache/camel/itest/springboot/CamelAwsBedrockTest.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelAwsBedrockTest.java b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelAwsBedrockTest.java
index 38459ee8f62..8c64ad1fbf3 100644
--- a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelAwsBedrockTest.java
+++ b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelAwsBedrockTest.java
@@ -41,6 +41,7 @@ public class CamelAwsBedrockTest extends AbstractSpringBootTestSupport {
     @Test
     public void componentTests() throws Exception {
         this.runComponentTest(createTestConfig(), "aws-bedrock");
+        this.runComponentTest(createTestConfig(), "aws-bedrock-agent");
         this.runComponentTest(createTestConfig(), "aws-bedrock-agent-runtime");
         
         this.runModuleUnitTestsIfEnabled(config);