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