From bb3f154aeb6200d9e5a03d6058006ae19f612439 Mon Sep 17 00:00:00 2001 From: RafaelM3 Date: Tue, 27 Jun 2023 08:52:19 +0200 Subject: [PATCH] removing unused rule --- test/unit/nsr_utest.js | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/test/unit/nsr_utest.js b/test/unit/nsr_utest.js index 9816b586..4fae2376 100644 --- a/test/unit/nsr_utest.js +++ b/test/unit/nsr_utest.js @@ -47,32 +47,6 @@ describe('noSignal', function() { type: null } }; - var rule2 = { - name: 'NSR2', - action: { - type: 'update', - parameters: { - id: 'alarma:${id}', - type: 'Alarm', - attributes: [ - { - name: 'msg', - value: 'El status de ${id} es ${status}' - } - ] - } - }, - subservice: '/', - service: 'unknownt', - nosignal: { - checkInterval: '1', - attribute: 'temperature', - reportInterval: '5', - id: 'thing:disp1', - idRegexp: null, - type: 'thing' - } - }; describe('#addNSRule()', function() { it('should reject to add a rule with invalid check interval', function() {