gnodet commented on PR #24855: URL: https://github.com/apache/camel/pull/24855#issuecomment-5004256820
_Claude Code on behalf of gnodet_ @apupier Thank you for the review feedback! I've pushed a new commit that replaces the `assertDoesNotThrow` wrappers with meaningful assertions in all three files you flagged: - **`FileInvalidStartingPathTest`**: Now asserts the endpoint resolves to a non-null `FileEndpoint` instance - **`FileProduceTempPrefixTest`**: Now asserts a file is actually created in the test directory after sending - **`CustomSchemaFactoryFeatureTest`**: Now asserts the endpoint is created as a `ValidatorEndpoint` and that `getSchemaFactory()` returns the custom schema factory All tests pass locally. Ready for re-review! -- 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]
