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,6 +58,7 @@ class TestConfig(DefaultConfig):
|
||||||
CLOUDWATCH_NAMESPACE = None
|
CLOUDWATCH_NAMESPACE = None
|
||||||
|
|
||||||
FEATURE_SECURITY_SCANNER = True
|
FEATURE_SECURITY_SCANNER = True
|
||||||
|
FEATURE_SECURITY_NOTIFICATIONS = True
|
||||||
SECURITY_SCANNER = {
|
SECURITY_SCANNER = {
|
||||||
'ENDPOINT': 'http://mockclairservice/',
|
'ENDPOINT': 'http://mockclairservice/',
|
||||||
'API_VERSION': 'v1',
|
'API_VERSION': 'v1',
|
||||||
|
|
Reference in a new issue