Skip to content

Commit

Permalink
remove unnecessary require
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Nov 3, 2023
1 parent 956a072 commit c851c9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/sthGetLogLevelHandler_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const sthConfig = require(ROOT_PATH + '/lib/configuration/sthConfiguration');
const sthDatabaseNaming = require(ROOT_PATH + '/lib/database/model/sthDatabaseNaming');
const sthTestConfig = require(ROOT_PATH + '/test/unit/sthTestConfiguration');
const sthTestHelper = require(ROOT_PATH + '/test/unit/sthTestUtils.js');
const hapi = require('@hapi/hapi');
const expect = require('expect.js');
const request = require('request');

Expand Down

0 comments on commit c851c9d

Please sign in to comment.