Enable security notifications in test suite
This commit is contained in:
parent
c29ce8e1a1
commit
f4131d3c8a
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue