Skip to content

Commit

Permalink
Update bidirectional-plugin_test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega authored Aug 9, 2023
1 parent d2e2671 commit 46dfa5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/ngsiv2/plugins/bidirectional-plugin_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe('NGSI-v2 - Bidirectional data plugin', function () {
};

beforeEach(function (done) {
logger.setLevel('DEBUG');
logger.setLevel('FATAL');

iotAgentLib.activate(iotAgentConfig, function () {
iotAgentLib.clearAll(function () {
Expand Down

0 comments on commit 46dfa5f

Please sign in to comment.