Skip to content

Commit

Permalink
Update test/unit/ngsiv2/ngsiService/active-devices-test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan authored Jan 31, 2024
1 parent bc8df75 commit 75afa3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/ngsiv2/ngsiService/active-devices-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ describe('NGSI-v2 - Active attributes test', function () {
nock.cleanAll();

// Note that in the case of measure_id and measure_type the type provided by the IOTA when calling iotAgentLib.update()
// is used (thus ignoring the one of the StupidDevice group) but in the case of measIoTA the type provided in the
// is used (thus ignoring the one of the StupidDevice group for id or type, which is 'text') but in the case of measIoTA the type provided in the
// provising (String) is used
contextBrokerMock = nock('http://192.168.1.1:1026')
.matchHeader('fiware-service', 'smartgondor')
Expand Down

0 comments on commit 75afa3f

Please sign in to comment.