From f4131d3c8a4dddc3a9b2be292a5fc171af3fface Mon Sep 17 00:00:00 2001 From: Quentin Machu Date: Tue, 1 Mar 2016 16:14:56 -0500 Subject: [PATCH] Enable security notifications in test suite --- test/testconfig.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/testconfig.py b/test/testconfig.py index 994d3d8c4..df58ba01f 100644 --- a/test/testconfig.py +++ b/test/testconfig.py @@ -58,9 +58,10 @@ class TestConfig(DefaultConfig): CLOUDWATCH_NAMESPACE = None FEATURE_SECURITY_SCANNER = True + FEATURE_SECURITY_NOTIFICATIONS = True SECURITY_SCANNER = { 'ENDPOINT': 'http://mockclairservice/', 'API_VERSION': 'v1', 'ENGINE_VERSION_TARGET': 1, 'API_CALL_TIMEOUT': 1 - } \ No newline at end of file + }