Skip to content

Commit

Permalink
Update active-devices-test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega authored Feb 22, 2024
1 parent 1f02146 commit 09b7ebc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/ngsi-ld/ngsiService/active-devices-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,6 @@ describe('NGSI-LD - Active attributes test', function () {
should.exist(error.name);
error.code.should.equal(207);
error.details.notUpdated.should.equal('someEntities');
//error.message.should.equal('Error accesing entity data for device: light1 of type: Light');
error.name.should.equal('ENTITY_GENERIC_ERROR');
contextBrokerMock.done();
done();
Expand Down

0 comments on commit 09b7ebc

Please sign in to comment.