From 2484e17039380cae674f513375ad618e67f894d2 Mon Sep 17 00:00:00 2001 From: Claus Ibsen Date: Thu, 21 May 2026 17:15:37 +0200 Subject: [PATCH] Fix TransformTest expected output after YAML writer change The new generated YAML writer from CAMEL-23596 quotes numeric constant expressions. Update the expected blueprint-out.yaml to match. Co-Authored-By: Claude Opus 4.6 --- .../camel-jbang-core/src/test/resources/blueprint-out.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsl/camel-jbang/camel-jbang-core/src/test/resources/blueprint-out.yaml b/dsl/camel-jbang/camel-jbang-core/src/test/resources/blueprint-out.yaml index f110c9551dfb6..754bcf2ae5e9b 100644 --- a/dsl/camel-jbang/camel-jbang-core/src/test/resources/blueprint-out.yaml +++ b/dsl/camel-jbang/camel-jbang-core/src/test/resources/blueprint-out.yaml @@ -38,4 +38,4 @@ name: Exchange.HTTP_RESPONSE_CODE expression: constant: - expression: 404 \ No newline at end of file + expression: "404" \ No newline at end of file