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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 30928a1a89a Regen
30928a1a89a is described below

commit 30928a1a89a1ce66f75fd73c11394cd775d05361
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri Apr 5 08:48:49 2024 +0200

    Regen
---
 .../component/aws2/bedrock/runtime/integration/BedrockProducerIT.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-aws/camel-aws-bedrock/src/test/java/org/apache/camel/component/aws2/bedrock/runtime/integration/BedrockProducerIT.java
 
b/components/camel-aws/camel-aws-bedrock/src/test/java/org/apache/camel/component/aws2/bedrock/runtime/integration/BedrockProducerIT.java
index 56908f2ed4c..eeec7be98df 100644
--- 
a/components/camel-aws/camel-aws-bedrock/src/test/java/org/apache/camel/component/aws2/bedrock/runtime/integration/BedrockProducerIT.java
+++ 
b/components/camel-aws/camel-aws-bedrock/src/test/java/org/apache/camel/component/aws2/bedrock/runtime/integration/BedrockProducerIT.java
@@ -502,7 +502,7 @@ class BedrockProducerIT extends CamelTestSupport {
 
                 from("direct:send_mistral_8x7b_instruct_model")
                         
.to("aws-bedrock:label?accessKey=RAW({{aws.manual.access.key}})&secretKey=RAW({{aws.manual.secret.key}}&region=us-east-1&operation=invokeTextModel&modelId="
-                                + BedrockModels.MISTRAL_8x7B_INSTRUCT.model)
+                            + BedrockModels.MISTRAL_8x7B_INSTRUCT.model)
                         .log("Completions: ${body}")
                         .to(result);
             }

Reply via email to