mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Fix unittest dailure with the new squash items code
This commit is contained in:
@@ -204,7 +204,7 @@ class TestTaskExecutor(unittest.TestCase):
|
||||
|
||||
mock_task.action = 'yum'
|
||||
new_items = te._squash_items(items=items, variables=job_vars)
|
||||
self.assertEqual(new_items, ['a,c'])
|
||||
self.assertEqual(new_items, [['a','c']])
|
||||
|
||||
def test_task_executor_execute(self):
|
||||
fake_loader = DictDataLoader({})
|
||||
|
||||
Reference in New Issue
Block a user