mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 09:25:17 +00:00
fix: change error message
This commit is contained in:
parent
81b4a0eb98
commit
55f942b526
@ -170,7 +170,7 @@ class TestRules(unittest.TestCase):
|
||||
key_iterator(detection, faulty_fieldnames)
|
||||
|
||||
self.assertEqual(faulty_fieldnames, [], Fore.RED +
|
||||
"There are rules with an unsupported field name. Spaces are not allowed. (Replace space with an underscore character if the log source uses space)")
|
||||
"There are rules with an unsupported field name. Spaces are not allowed. (Replace space with an underscore character '_' )")
|
||||
|
||||
def test_single_named_condition_with_x_of_them(self):
|
||||
faulty_detections = []
|
||||
|
Loading…
Reference in New Issue
Block a user