You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/04/21 09:18:44 UTC

[camel-k] 02/03: preparing for next release - Fixing Json Tests

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 498c960c8548df9b8dcc84cc0b93761f03537ff8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Apr 21 11:05:58 2022 +0200

    preparing for next release - Fixing Json Tests
---
 pkg/util/source/inspector_yaml_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/util/source/inspector_yaml_test.go b/pkg/util/source/inspector_yaml_test.go
index 88d77d5ba..b7b190273 100644
--- a/pkg/util/source/inspector_yaml_test.go
+++ b/pkg/util/source/inspector_yaml_test.go
@@ -295,7 +295,7 @@ const YAMLJSONGsonMarshal = `
     steps:
     - marshal:
         json:
-          library: Gson
+          library: gson
 `
 
 const YAMLJSONUnknownMarshal = `