chore:add comment in test

This commit is contained in:
Alexandre Bortoluzzi
2022-09-22 16:23:23 +02:00
parent 4f52343cd9
commit 8e2003a36b

View File

@@ -52,6 +52,10 @@ const hostEvent = {
}, },
}; };
/*
Some libraries return a list of string in stdout
Example: https://github.com/ansible-collections/cisco.ios/blob/main/plugins/modules/ios_command.py#L124-L128
*/
const hostEventWithArray = { const hostEventWithArray = {
changed: true, changed: true,
event: 'runner_on_ok', event: 'runner_on_ok',