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

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

commit d13f6ccf78502c5054cd4bbc9418bdb7225b946f
Author: JiriOndrusek <ondrusek.j...@gmail.com>
AuthorDate: Fri Oct 2 12:32:22 2020 +0200

    Fixing strintemplate extension test - error became visible after update of 
camel component
---
 .../camel/quarkus/component/stringtemplate/it/StringtemplateTest.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/integration-tests/stringtemplate/src/test/java/org/apache/camel/quarkus/component/stringtemplate/it/StringtemplateTest.java
 
b/integration-tests/stringtemplate/src/test/java/org/apache/camel/quarkus/component/stringtemplate/it/StringtemplateTest.java
index 976b4b6..4b3b371 100644
--- 
a/integration-tests/stringtemplate/src/test/java/org/apache/camel/quarkus/component/stringtemplate/it/StringtemplateTest.java
+++ 
b/integration-tests/stringtemplate/src/test/java/org/apache/camel/quarkus/component/stringtemplate/it/StringtemplateTest.java
@@ -71,7 +71,6 @@ class StringtemplateTest {
                 put("name", "Sheldon");
                 put("item", "7");
                 put(StringTemplateConstants.STRINGTEMPLATE_VARIABLE_MAP, 
variableMap);
-                put(StringTemplateConstants.STRINGTEMPLATE_RESOURCE_URI, 
variableMap);
             }
         };
         //`allowTemplateFromHeader` is need to be set to true because of 
https://issues.apache.org/jira/browse/CAMEL-15577

Reply via email to