From b195b8bb4350ec9ec206dc89f081b3d6b0c36879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Carmelo=20Micalizzi?= Date: Fri, 2 Dec 2022 10:57:11 -0300 Subject: [PATCH] docs(#3480): change comment --- .../test_log_filter_options/test_restrict_regex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_logcollector/test_log_filter_options/test_restrict_regex.py b/tests/integration/test_logcollector/test_log_filter_options/test_restrict_regex.py index 54b431e8bd..b5149f0f0f 100644 --- a/tests/integration/test_logcollector/test_log_filter_options/test_restrict_regex.py +++ b/tests/integration/test_logcollector/test_log_filter_options/test_restrict_regex.py @@ -82,7 +82,7 @@ t1_configurations = load_configuration_template(t1_configurations_path, t1_configuration_parameters, t1_configuration_metadata) -# --------------------------------TEST_IGNORE_REGEX_TYPE_VALUES-------------------------------------- +# --------------------------------TEST_RESTRICT_REGEX_TYPE_VALUES-------------------------------------- t2_configurations_path = os.path.join(CONFIGURATIONS_PATH, 'configuration_restrict_regex_type_values.yaml') t2_cases_path = os.path.join(TEST_CASES_PATH, 'cases_restrict_regex_type_values.yaml')