diff --git a/templates/group_created.json.j2 b/templates/group_created.json.j2 index d4da503..804cdf1 100644 --- a/templates/group_created.json.j2 +++ b/templates/group_created.json.j2 @@ -43,7 +43,7 @@ "inputParameters" :{ "group" : "${init.output.result.group}" }, - "caseExpression": "$.group.toLowerCase().endsWith(" gateway") || $.group.toLowerCase().endsWith("+gateway") ? 'gateway' : ''", + "caseExpression": "$.group.toLowerCase().endsWith('gateway') ? 'gateway' : ''", "decisionCases" : { "gateway" : [ {