Skip to content

Commit

Permalink
Remove console log in wazuh-reporting test file
Browse files Browse the repository at this point in the history
  • Loading branch information
guidomodarelli committed Sep 30, 2024
1 parent 076d338 commit 17248d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/main/server/routes/wazuh-reporting.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,6 @@ describe('[endpoint] PUT /utils/configuration', () => {
.send(reportBody);
// .expect(200);

console.log({ responseReport });

const fileName =
responseReport.body?.message.match(/([A-Z-0-9]*\.pdf)/gi)[0];
const userPath = md5(USER_NAME);
Expand Down

0 comments on commit 17248d1

Please sign in to comment.