davsclaus commented on code in PR #25094:
URL: https://github.com/apache/camel/pull/25094#discussion_r3645906189
##########
components/camel-ai/camel-ai-tool/src/test/java/org/apache/camel/component/ai/tool/AiToolExecutorTest.java:
##########
@@ -117,6 +127,29 @@ public void testExecuteWithNullArguments() {
.isEqualTo("no-param result");
}
+ @Test
Review Comment:
Minor: per project conventions, new test methods should be package-private
(no `public` modifier). Same applies to the modified
`testCamelPrefixedArgumentsRejectedFromHeaders` below.
```suggestion
void testExecuteIgnoresUndeclaredArgumentsForToolWithoutParameters() {
```
--
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]