Closed GrantGabbert closed 2 months ago
Renaming the python parameter name "snapshot_list" to "check_list"
The XSOAR integration command is named "check_list" and the args are passed using **args, so the names must match.
Resolves #28
Tested by running the command with the xsoar arg set
Description
Renaming the python parameter name "snapshot_list" to "check_list"
Motivation and Context
The XSOAR integration command is named "check_list" and the args are passed using **args, so the names must match.
Resolves #28
How Has This Been Tested?
Tested by running the command with the xsoar arg set
Types of changes
Checklist