Skip to content

Commit

Permalink
fix debug level
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed May 31, 2024
1 parent 7216332 commit 292113a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/ngsiv2/HTTP_update_device_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 292113a

Please sign in to comment.