diff --git a/test/unit/ngsiv2/HTTP_update_device_test.js b/test/unit/ngsiv2/HTTP_update_device_test.js index 76fd3967a..8b3a8e3aa 100644 --- a/test/unit/ngsiv2/HTTP_update_device_test.js +++ b/test/unit/ngsiv2/HTTP_update_device_test.js @@ -48,7 +48,7 @@ describe('HTTP binding - Update provisioned devices with a new apikey', function }; beforeEach(function (done) { - config.logLevel = 'DEBUG'; + config.logLevel = 'FATAL'; nock.cleanAll(); contextBrokerMock = nock('http://192.168.1.1:1026') .matchHeader('fiware-service', 'smartgondor')