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