apupier commented on code in PR #25219:
URL: https://github.com/apache/camel/pull/25219#discussion_r3674661270
##########
components/camel-aws/camel-aws2-eventbridge/src/test/java/org/apache/camel/component/aws2/eventbridge/localstack/EventbridgeDisableRuleIT.java:
##########
@@ -83,9 +86,11 @@ public void process(Exchange exchange) {
ListRulesResponse resp = ex.getIn().getBody(ListRulesResponse.class);
Review Comment:
this is to avoid too many changes on the file which doesn't bring a lot of
value
##########
components/camel-aws/camel-aws2-eventbridge/src/test/java/org/apache/camel/component/aws2/eventbridge/localstack/EventbridgeEnableRuleIT.java:
##########
@@ -92,28 +95,30 @@ public void process(Exchange exchange) {
ListRulesResponse resp = ex.getIn().getBody(ListRulesResponse.class);
Review Comment:
this is to avoid too many changes on the file which doesn't bring a lot of
value
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]