1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #54367 from mattclay/fix-ping-test

Fix ping integration test to work with ssh.
This commit is contained in:
Matt Clay 2019-03-25 16:27:56 -07:00 committed by GitHub
parent 29de0619e8
commit a775af919e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,4 +50,4 @@
that:
- result is failed
- result is not changed
- "'Exception: boom' in result.module_stderr"
- "'Exception: boom' in result.module_stdout + result.module_stderr"