You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2020/10/03 03:24:55 UTC

[camel-quarkus] 04/04: Fixing strintemplate extension test - error became visible after update of camel component

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 37881b5798533fb436ce74261f1f3868dc342a60
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