mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
6 lines
120 B
Python
6 lines
120 B
Python
# Add your custom assertion functions for `cloud` tests in this file
|
|
|
|
|
|
def dummy_cloud_func(output=[]):
|
|
return True
|