You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/12/07 13:51:58 UTC

[camel] 07/08: CAMEL-17282: RemoveHeader EIP remove deprecated headerName

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

commit f28834cfdfc858f431a6251ddc3b822184d920b4
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Dec 7 11:56:21 2021 +0100

    CAMEL-17282: RemoveHeader EIP remove deprecated headerName
---
 .../src/test/groovy/org/apache/camel/dsl/yaml/RemoveHeaderTest.groovy   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dsl/camel-yaml-dsl/camel-yaml-dsl/src/test/groovy/org/apache/camel/dsl/yaml/RemoveHeaderTest.groovy b/dsl/camel-yaml-dsl/camel-yaml-dsl/src/test/groovy/org/apache/camel/dsl/yaml/RemoveHeaderTest.groovy
index a669843..3dc0765 100644
--- a/dsl/camel-yaml-dsl/camel-yaml-dsl/src/test/groovy/org/apache/camel/dsl/yaml/RemoveHeaderTest.groovy
+++ b/dsl/camel-yaml-dsl/camel-yaml-dsl/src/test/groovy/org/apache/camel/dsl/yaml/RemoveHeaderTest.groovy
@@ -28,7 +28,7 @@ class RemoveHeaderTest extends YamlTestSupport {
             context.routesLoader.loadRoutes(resource)
         then:
             with(context.routeDefinitions[0].outputs[0], RemoveHeaderDefinition) {
-                headerName == 'test'
+                name == 'test'
             }
         where:
             resource << [