davsclaus opened a new pull request, #23434: URL: https://github.com/apache/camel/pull/23434
## Summary - Update `blueprint-out.yaml` expected test output to match the new generated YAML writer from CAMEL-23596 (#23407), which now quotes numeric constant expressions (`404` → `"404"`) ## Context The `TransformTest.shouldTransformBlueprintToYaml` test started failing on CI after the YAML writer replacement in #23407. The new writer quotes string values that look like numbers, so the constant `404` in the blueprint XML is now written as `"404"` in YAML output. ## Test plan - [x] `TransformTest.shouldTransformBlueprintToYaml` passes locally with rebuilt core modules _Claude Code on behalf of Claus Ibsen_ -- 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]
