From e3645e6d5b5a00e5781eacbe2b2cd645b871adca Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Fri, 6 Oct 2023 09:16:46 +0200 Subject: [PATCH] Update test: static -> staticAttributes --- .../expressions/jexlBasedTransformations-test.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/unit/ngsiv2/expressions/jexlBasedTransformations-test.js b/test/unit/ngsiv2/expressions/jexlBasedTransformations-test.js index 2d8551d69..fa2996c1d 100644 --- a/test/unit/ngsiv2/expressions/jexlBasedTransformations-test.js +++ b/test/unit/ngsiv2/expressions/jexlBasedTransformations-test.js @@ -271,7 +271,7 @@ const iotAgentConfig = { commands: [], type: 'GPS', lazy: [], - static: [ + staticAttributes: [ { name: 'color', type: 'string', @@ -295,7 +295,7 @@ const iotAgentConfig = { commands: [], type: 'GPS', lazy: [], - static: [ + staticAttributes: [ { name: 'color', type: 'string', @@ -319,7 +319,7 @@ const iotAgentConfig = { commands: [], type: 'GPS', lazy: [], - static: [ + staticAttributes: [ { name: 'color', type: 'string', @@ -343,7 +343,7 @@ const iotAgentConfig = { commands: [], type: 'GPS', lazy: [], - static: [ + staticAttributes: [ { name: 'lat', type: 'string', @@ -368,7 +368,7 @@ const iotAgentConfig = { commands: [], type: 'GPS', lazy: [], - static: [ + staticAttributes: [ { name: 'lat', type: 'Number', @@ -393,7 +393,7 @@ const iotAgentConfig = { commands: [], type: 'GPS', lazy: [], - static: [ + staticAttributes: [ { name: 'color', type: 'string',