diff --git a/deps/wazuh_testing/wazuh_testing/logcollector.py b/deps/wazuh_testing/wazuh_testing/logcollector.py index 25dbe50976..c4fa4f7f4b 100644 --- a/deps/wazuh_testing/wazuh_testing/logcollector.py +++ b/deps/wazuh_testing/wazuh_testing/logcollector.py @@ -531,7 +531,7 @@ def callback_invalid_format_value(line, option, location): if option == 'json': msg = fr"DEBUG: Line '{line}' read from '{location}' is not a JSON object." elif option == 'audit': - msg = fr"ERROR: Discarding audit message because of invalid syntax." + msg = "WARNING: Discarding audit message because of invalid syntax." elif option == 'nmapg': msg = fr"ERROR: Bad formated nmap grepable file." elif option == 'djb-multilog':