This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch CAMEL-20544-1 in repository https://gitbox.apache.org/repos/asf/camel.git
commit 09c7f1d5815cb7c2cd3929d74aedf4804ce0dd30 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Mar 11 14:31:02 2024 +0100 CAMEL-20544 - Camel-AWS-Bedrock-Agent: Add a consumer for polling the status of ingestion or more ingestions, don't log body and headers in integration tests Signed-off-by: Andrea Cosentino <[email protected]> --- .../component/aws2/bedrock/agent/integration/BedrockAgentConsumerIT.java | 1 - 1 file changed, 1 deletion(-) diff --git a/components/camel-aws/camel-aws-bedrock/src/test/java/org/apache/camel/component/aws2/bedrock/agent/integration/BedrockAgentConsumerIT.java b/components/camel-aws/camel-aws-bedrock/src/test/java/org/apache/camel/component/aws2/bedrock/agent/integration/BedrockAgentConsumerIT.java index 0c8eae94801..7dc61da9c60 100644 --- a/components/camel-aws/camel-aws-bedrock/src/test/java/org/apache/camel/component/aws2/bedrock/agent/integration/BedrockAgentConsumerIT.java +++ b/components/camel-aws/camel-aws-bedrock/src/test/java/org/apache/camel/component/aws2/bedrock/agent/integration/BedrockAgentConsumerIT.java @@ -52,7 +52,6 @@ class BedrockAgentConsumerIT extends CamelTestSupport { @Override public void configure() { from("aws-bedrock-agent:label?accessKey=RAW({{aws.manual.access.key}})&secretKey=RAW({{aws.manual.secret.key}}®ion=us-east-1&knowledgeBaseId=AJHTAIUSJP&dataSourceId=AJX8Z7JX9J&ingestionJobId=YOWE23OBEB") - .log("${body} and ${headers}") .to(result); } };
