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

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


The following commit(s) were added to refs/heads/master by this push:
     new 08120ae  fix(test): Fix XML e2e test after upgrade to 3.0.0-M4
     new ca29957  Merge pull request #819 from 
jamesnetherton/name-not-headerName
08120ae is described below

commit 08120aead96bb0de04ffb9db8ca000cb23c2d32e
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Tue Jul 16 11:04:41 2019 +0100

    fix(test): Fix XML e2e test after upgrade to 3.0.0-M4
---
 e2e/files/xml.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/e2e/files/xml.xml b/e2e/files/xml.xml
index a656351..953ef8c 100644
--- a/e2e/files/xml.xml
+++ b/e2e/files/xml.xml
@@ -21,7 +21,7 @@
 
     <route id="hello">
         <from uri="timer:hello?period=3s"/>
-        <setHeader headerName="m">
+        <setHeader name="m">
             <constant>string!</constant>
         </setHeader>
         <setBody>

Reply via email to