File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -656,10 +656,12 @@ def ensureEnterpriseSecurityForIntegrationTesting(self)->Self:
656
656
if self .enterpriseSecurityInApps ():
657
657
return self
658
658
659
- raise ValueError (f"enable_integration_testing is [{ self .enable_integration_testing } ], "
660
- f"but the Splunk Enterprise Security "
661
- f"App (uid: [{ ENTERPRISE_SECURITY_UID } ]) is not listed in apps. "
662
- f"Integration Testing MUST include Enterprise Security." )
659
+ print (f"INFO: enable_integration_testing is [{ self .enable_integration_testing } ], "
660
+ f"but the Splunk Enterprise Security "
661
+ f"App (uid: [{ ENTERPRISE_SECURITY_UID } ]) is not listed in apps.\n "
662
+ f"Integration Testing MUST include Enterprise Security.\n "
663
+ f"Please note this message is only informational." )
664
+ return self
663
665
664
666
665
667
You can’t perform that action at this time.
0 commit comments