Skip to content

Commit

Permalink
remove unnecessary mock
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed May 31, 2024
1 parent 292113a commit 6c47366
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/unit/ngsiv2/HTTP_update_device_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ describe('HTTP binding - Update provisioned devices with a new apikey', function
beforeEach(function (done) {
config.logLevel = 'FATAL';
nock.cleanAll();
contextBrokerMock = nock('http://192.168.1.1:1026')
.matchHeader('fiware-service', 'smartgondor')
.matchHeader('fiware-servicepath', '/gardens')
.post('/v2/entities?options=upsert')
.reply(204);

iotagentMqtt.start(config, function () {
request(provisionOptions, function (error, response, body) {
Expand Down

0 comments on commit 6c47366

Please sign in to comment.