From 5557c16d0bff6e5a1140d61ec596cee49e98e205 Mon Sep 17 00:00:00 2001 From: Phrozyn Date: Tue, 1 May 2018 19:18:49 -0500 Subject: [PATCH] Changing to quotes around mozdefbot in default alert --- tests/alerts/test_write_audit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/alerts/test_write_audit.py b/tests/alerts/test_write_audit.py index 31b1aaff..61198a6b 100644 --- a/tests/alerts/test_write_audit.py +++ b/tests/alerts/test_write_audit.py @@ -34,7 +34,7 @@ class TestWriteAudit(AlertTestSuite): "severity": "WARNING", "summary": "5 Filesystem write(s) to an auditd path by randomjoe on exhostname (5 hits)", "tags": ['audit'], - 'notify_mozdefbot': False, + "notify_mozdefbot": False, } test_cases = []