davsclaus opened a new pull request, #25391: URL: https://github.com/apache/camel/pull/25391
## Summary - Fix `GoogleVertexAIProducerOptionsTest` to construct configuration and endpoint objects directly instead of resolving through `CamelContext.getEndpoint()`, which triggers `doStart()` and Google Cloud credential lookup - The test only verifies `buildConfig()` and `determineStreamOutputMode()` behavior — no actual connectivity needed - This was causing CI failures on PR builds (all 4 tests erroring with `ResolveEndpointFailedException: Your default credentials were not found`) ## Test plan - [x] All 4 tests in `GoogleVertexAIProducerOptionsTest` pass locally - [x] Tests no longer require Google Cloud credentials to run - [ ] CI build should pass without Google Cloud credentials configured _Claude Code on behalf of davsclaus_ Co-Authored-By: Claude Opus 4.6 <[email protected]> -- 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]
