You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2020/10/02 11:49:39 UTC

[camel-quarkus] branch camel-master updated: Fixing strintemplate extension test - error became visible after update of camel component

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

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


The following commit(s) were added to refs/heads/camel-master by this push:
     new b4c54e5  Fixing strintemplate extension test - error became visible after update of camel component
b4c54e5 is described below

commit b4c54e56c33dfa993d9e213591be1029d091f61f
Author: JiriOndrusek <on...@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