misrasuraj opened a new pull request, #25528:
URL: https://github.com/apache/camel/pull/25528

   ## Summary
   - Refactor `camel-clickup` tests to keep test methods focused on assertions 
and move setup/lifecycle concerns into helpers.
   - Standardize route URI construction by replacing concatenated `from(...)` 
strings with `fromF(...)` in the affected tests.
   - Improve consistency by removing anonymous assertion blocks, reusing shared 
test support utilities, and migrating touched assertions to AssertJ.
   
   ## Test plan
   - [x] `./mvnw install -Dquickly -pl components/camel-clickup -am`
   - [x] `cd components/camel-clickup && ../../mvnw test`
   - [x] `cd components/camel-clickup && ../../mvnw formatter:format 
impsort:sort`
   
   _AI-generated by Cursor on behalf of misrasuraj._
   
   Made with [Cursor](https://cursor.com)


-- 
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]

Reply via email to