aldettinger commented on code in PR #6953: URL: https://github.com/apache/camel-quarkus/pull/6953#discussion_r1935821966
########## integration-test-groups/aws2/aws-secrets-manager/src/main/java/org/apache/camel/quarkus/component/aws/secrets/manager/it/AwsSecretsManagerResource.java: ########## @@ -114,10 +127,12 @@ public Response post(@PathParam("operation") String operation, @QueryParam("body case describeSecret: DescribeSecretResponse response = ex.getIn().getBody(DescribeSecretResponse.class); result = CollectionHelper.mapOf("sdkHttpSuccessful", response.sdkHttpResponse().isSuccessful(), - "name", response.name()); + "name", response.name(), "description", response.description(), Review Comment: So, we have description 2 times here ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org