mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Fix unit tests broken by 057712c1
This commit is contained in:
@@ -282,7 +282,9 @@ class TestTaskExecutor(unittest.TestCase):
|
|||||||
|
|
||||||
mock_action = MagicMock()
|
mock_action = MagicMock()
|
||||||
|
|
||||||
shared_loader = None
|
shared_loader = MagicMock()
|
||||||
|
shared_loader.action_loader = action_loader
|
||||||
|
|
||||||
new_stdin = None
|
new_stdin = None
|
||||||
job_vars = dict(omit="XXXXXXXXXXXXXXXXXXX")
|
job_vars = dict(omit="XXXXXXXXXXXXXXXXXXX")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user