Skip to content

Commit

Permalink
Fixing strintemplate extension test - error became visible after upda…
Browse files Browse the repository at this point in the history
…te of camel component
  • Loading branch information
JiriOndrusek authored and github-actions[bot] committed Oct 3, 2020
1 parent 09f993b commit 37881b5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ public void testVariableMap() {
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
Expand Down

0 comments on commit 37881b5

Please sign in to comment.