From 972720d42c56c2e788ef8e1b5e47d0f84fdacb7a Mon Sep 17 00:00:00 2001 From: Nasreddine Bencherchali <8741929+nasbench@users.noreply.github.com> Date: Mon, 19 Dec 2022 10:17:49 +0100 Subject: [PATCH] fix: apply code review suggestion Co-authored-by: phantinuss <79651203+phantinuss@users.noreply.github.com> --- tests/test_rules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_rules.py b/tests/test_rules.py index 86db54ecd..d3a584334 100755 --- a/tests/test_rules.py +++ b/tests/test_rules.py @@ -821,7 +821,7 @@ class TestRules(unittest.TestCase): titles_dict[file] = title self.assertEqual(faulty_rules, [], Fore.RED + - "There are rules with already used 'title'. Please check: https://github.com/SigmaHQ/sigma/wiki/Rule-Creation-Guide#title") + "There are rules that share the same 'title'. Please check: https://github.com/SigmaHQ/sigma/wiki/Rule-Creation-Guide#title") def test_invalid_logsource_attributes(self): faulty_rules = []