add nxos_snapshot test for missing required param (#37248)

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
Trishna Guha
2018-03-09 17:47:14 +05:30
committed by GitHub
parent 90943a3362
commit 2501834c42
2 changed files with 17 additions and 0 deletions

View File

@@ -360,6 +360,7 @@ def main():
("action", "delete", ["snapshot_name"])]
module = AnsibleModule(argument_spec=argument_spec,
required_if=required_if,
supports_check_mode=True)
warnings = list()