Skip to content

Commit

Permalink
do not check full message
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Feb 21, 2024
1 parent 353853c commit 93cc2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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,7 @@ 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.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 93cc2d4

Please sign in to comment.