Skip to content

Commit

Permalink
removing unused rule
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelM3 committed Jun 27, 2023
1 parent 18c2c89 commit bb3f154
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions test/unit/nsr_utest.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit bb3f154

Please sign in to comment.