Fix unittest dailure with the new squash items code
parent
f68f7d0495
commit
37052a983a
|
@ -204,7 +204,7 @@ class TestTaskExecutor(unittest.TestCase):
|
||||||
|
|
||||||
mock_task.action = 'yum'
|
mock_task.action = 'yum'
|
||||||
new_items = te._squash_items(items=items, variables=job_vars)
|
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):
|
def test_task_executor_execute(self):
|
||||||
fake_loader = DictDataLoader({})
|
fake_loader = DictDataLoader({})
|
||||||
|
|
Loading…
Reference in New Issue