Fix unittest dailure with the new squash items code
This commit is contained in:
parent
f68f7d0495
commit
37052a983a
1 changed files with 1 additions and 1 deletions
|
@ -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({})
|
||||
|
|
Loading…
Reference in a new issue