Enable security notifications in test suite

This commit is contained in:
Quentin Machu 2016-03-01 16:14:56 -05:00
parent c29ce8e1a1
commit f4131d3c8a

View file

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