mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-27 04:41:26 -07:00
raw should not use default executable (#16085)
also removed unused cruft in script
This commit is contained in:
parent
828b73dd2d
commit
a529a60478
4 changed files with 15 additions and 14 deletions
|
@ -54,7 +54,7 @@ class TestCopyResultExclude(unittest.TestCase):
|
|||
self.mock_am.display = Mock()
|
||||
|
||||
self.mock_am.run()
|
||||
self.mock_am._low_level_execute_command.assert_called_with('Args1', executable=None)
|
||||
self.mock_am._low_level_execute_command.assert_called_with('Args1', executable=False)
|
||||
|
||||
def test_raw_check_mode_is_True(self):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue