mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Fix unit tests for new magic variable addition 'ansible_version'
This commit is contained in:
@@ -43,6 +43,8 @@ class TestVariableManager(unittest.TestCase):
|
||||
del vars['omit']
|
||||
if 'vars' in vars:
|
||||
del vars['vars']
|
||||
if 'ansible_version' in vars:
|
||||
del vars['ansible_version']
|
||||
|
||||
self.assertEqual(vars, dict(playbook_dir='.'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user