You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/functional/testCases.js
+61-15Lines changed: 61 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -542,16 +542,6 @@ const testCases = [
542
542
object_id: '.1.0.0.1',
543
543
name: 'psBatteryVoltage',
544
544
type: 'Number'
545
-
},
546
-
{
547
-
object_id: 'fdt',
548
-
name: 'fireDetectionThreshold',
549
-
type: 'Number'
550
-
},
551
-
{
552
-
object_id: 'fireDetectionThreshold3',
553
-
name: 'fireDetectionThreshold3',
554
-
type: 'Number'
555
545
}
556
546
],
557
547
static_attributes: []
@@ -566,7 +556,7 @@ const testCases = [
566
556
should: [
567
557
{
568
558
shouldName:
569
-
'A - WHEN sending defined object_ids with special format names in attributes through http IT should send measures to Context Broker preserving value types, name mappings and metadatas',
559
+
'A - WHEN sending defined object_ids with special format names (measures) through http IT should send measures to Context Broker preserving value types, name mappings and metadatas',
'A - WHEN sending defined object_ids with special format names in attributes through http IT should send measures to Context Broker preserving value types, name mappings and metadatas',
0 commit comments