Merge pull request #1269 from Quentin-M/secnotif_feature_flag
Enable security notifications in test suite
This commit is contained in:
commit
85208ae5a3
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