mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 07:01:22 -07:00
Modules don't have to return JSON, key=value pairs is ok.
This commit is contained in:
parent
40fd778e2c
commit
4bde4926c3
4 changed files with 29 additions and 21 deletions
|
@ -148,7 +148,6 @@ class TestRunner(unittest.TestCase):
|
|||
result = self._run('shell', [ "/bin/echo", "$HOME" ])
|
||||
assert 'failed' not in result
|
||||
assert result['rc'] == 0
|
||||
raise Exception(result['stdout'])
|
||||
|
||||
|
||||
def test_setup(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue