mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Modules don't have to return JSON, key=value pairs is ok.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user