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 + }