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

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


The following commit(s) were added to refs/heads/main by this push:
     new 1bc7f2ff8ce4 CAMEL-16861: Update docs
1bc7f2ff8ce4 is described below

commit 1bc7f2ff8ce4640f84be7c2ce6ff3b4dd1622b98
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Feb 19 07:08:14 2026 +0100

    CAMEL-16861: Update docs
---
 .../src/test/groovy/org/apache/camel/dsl/yaml/PipeLoaderTest.groovy   | 4 ----
 1 file changed, 4 deletions(-)

diff --git 
a/dsl/camel-yaml-dsl/camel-yaml-dsl/src/test/groovy/org/apache/camel/dsl/yaml/PipeLoaderTest.groovy
 
b/dsl/camel-yaml-dsl/camel-yaml-dsl/src/test/groovy/org/apache/camel/dsl/yaml/PipeLoaderTest.groovy
index 00dd9ed5f039..97675a21e285 100644
--- 
a/dsl/camel-yaml-dsl/camel-yaml-dsl/src/test/groovy/org/apache/camel/dsl/yaml/PipeLoaderTest.groovy
+++ 
b/dsl/camel-yaml-dsl/camel-yaml-dsl/src/test/groovy/org/apache/camel/dsl/yaml/PipeLoaderTest.groovy
@@ -721,12 +721,10 @@ class PipeLoaderTest extends YamlTestSupport {
             input.lineNumber == 7
             outputs.size() == 3
             with (outputs[0], TransformDataTypeDefinition) {
-                fromType == 'camel:any'
                 toType == 'application/octet-stream'
                 lineNumber == -1
             }
             with (outputs[1], TransformDataTypeDefinition) {
-                fromType == 'camel:any'
                 toType == 'text/plain'
                 lineNumber == -1
             }
@@ -775,12 +773,10 @@ class PipeLoaderTest extends YamlTestSupport {
             input.lineNumber == 7
             outputs.size() == 3
             with (outputs[0], TransformDataTypeDefinition) {
-                fromType == 'camel:any'
                 toType == 'camel:application/octet-stream'
                 lineNumber == -1
             }
             with (outputs[1], TransformDataTypeDefinition) {
-                fromType == 'camel:any'
                 toType == 'camel:text/plain'
                 lineNumber == -1
             }

Reply via email to