Skip to content

Commit

Permalink
rf: Fix typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
CamiRomero committed Dec 20, 2021
1 parent ce3c796 commit 2041852
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions deps/wazuh_testing/wazuh_testing/fim_module/fim_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
maintain if one of them changes in the future.
'''

# variables
# Variables

# key variables
# Key variables
WINDOWS_HKEY_LOCAL_MACHINE = 'HKEY_LOCAL_MACHINE'
MONITORED_KEY = 'SOFTWARE\\random_key'
WINDOWS_REGISTRY = 'WINDOWS_REGISTRY'


# value key
# Value key
SYNC_INTERVAL = 'SYNC_INTERVAL'
SYNC_INTERVAL_VALUE = MAX_EVENTS_VALUE = 20

Expand All @@ -27,7 +27,7 @@
# FIM modules
SCHEDULE_MODE = 'scheduled'

# YAML Configuration
# Yaml Configuration
YAML_CONF_REGISTRY_RESPONSE = 'wazuh_conf_registry_responses_win32.yaml'
YAML_CONF_SYNC_WIN32 = 'wazuh_sync_conf_win32.yaml'

Expand Down
4 changes: 2 additions & 2 deletions deps/wazuh_testing/wazuh_testing/wazuh_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
The purpose of this file is to contain all the variables necessary for Wazuh in order to be easier
to maintain if one of them changes in the future.
'''
# local internal options
# Local internal options
WINDOWS_DEBUG = 'windows.debug'
VERBOSE_DEBUG_OUTPUT = 2

WAZUH_SERVICES_STOP = 'stop'
WAZUH_SERVICES_START = 'start'

# configurations
# Configurations
DATA = 'data'
WAZUH_LOG_MONITOR = 'wazuh_log_monitor'

0 comments on commit 2041852

Please sign in to comment.