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.git
The following commit(s) were added to refs/heads/main by this push:
new a2ff8b71c37 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 (#13445)
a2ff8b71c37 is described below
commit a2ff8b71c37b13eb53b9754fb5ddc13a455d2be8
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Mar 11 15:21:40 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 (#13445)
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);
}
};