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() {