Skip to content

Commit

Permalink
test(reporting): fix tests and remove unused services
Browse files Browse the repository at this point in the history
- Remove service to migrate the direcotry name of the PDF reports stored
  in the filesystem
- Remove constants related to PDF report paths
  • Loading branch information
Desvelao committed Mar 12, 2024
1 parent 5af8373 commit 39716ba
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 898 deletions.
10 changes: 0 additions & 10 deletions plugins/main/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,16 +134,6 @@ export const WAZUH_DATA_CONFIG_REGISTRY_PATH = path.join(
'wazuh-registry.json',
);

// Wazuh data path - downloads
export const WAZUH_DATA_DOWNLOADS_DIRECTORY_PATH = path.join(
WAZUH_DATA_ABSOLUTE_PATH,
'downloads',
);
export const WAZUH_DATA_DOWNLOADS_REPORTS_DIRECTORY_PATH = path.join(
WAZUH_DATA_DOWNLOADS_DIRECTORY_PATH,
'reports',
);

// Queue
export const WAZUH_QUEUE_CRON_FREQ = '*/15 * * * * *'; // Every 15 seconds

Expand Down

This file was deleted.

Loading

0 comments on commit 39716ba

Please sign in to comment.