From 92a43eb648ddf789b0cc052e79314e0eaf60b12f Mon Sep 17 00:00:00 2001 From: mapedraza <40356341+mapedraza@users.noreply.github.com> Date: Wed, 6 Mar 2024 18:00:26 +0100 Subject: [PATCH] Update testCases.js --- test/functional/testCases.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/testCases.js b/test/functional/testCases.js index df69d9165..5d558c7c3 100644 --- a/test/functional/testCases.js +++ b/test/functional/testCases.js @@ -1036,7 +1036,7 @@ const testCases = [ ] }, { - describeName: '0140 - Simple group with active attribute + chained JEXL expression text (a|substr(0,2))', + describeName: '0140 - Simple group with active attribute + chained JEXL expression text (a | trim | replacestr("hello","hi"))', provision: { url: 'http://localhost:' + config.iota.server.port + '/iot/services', method: 'POST',