Skip to content

Commit

Permalink
Merge pull request #1588 from telefonicaid/mapedraza-patch-1
Browse files Browse the repository at this point in the history
Fix test name
  • Loading branch information
fgalan committed Mar 7, 2024
2 parents 4c44db3 + 92a43eb commit ac634ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/testCases.js
Expand Up @@ -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',
Expand Down

0 comments on commit ac634ef

Please sign in to comment.