remove test for private function that is no longer present
This commit is contained in:
parent
19b78cedc8
commit
22f3aef4dc
1 changed files with 0 additions and 14 deletions
|
@ -6,20 +6,6 @@ import ansible.utils
|
||||||
|
|
||||||
class TestUtils(unittest.TestCase):
|
class TestUtils(unittest.TestCase):
|
||||||
|
|
||||||
#####################################
|
|
||||||
### varLookup function tests
|
|
||||||
|
|
||||||
def test_varLookup_list(self):
|
|
||||||
vars = {
|
|
||||||
'data': {
|
|
||||||
'who': ['joe', 'jack', 'jeff']
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
res = ansible.utils.varLookup('${data.who}', vars)
|
|
||||||
|
|
||||||
assert sorted(res) == sorted(vars['data']['who'])
|
|
||||||
|
|
||||||
#####################################
|
#####################################
|
||||||
### varReplace function tests
|
### varReplace function tests
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue