mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fixing other test
This commit is contained in:
parent
ba4f262b9c
commit
68fb5af970
1 changed files with 5 additions and 1 deletions
|
@ -328,7 +328,11 @@ class RendererTests(RendererMixin, StateTests):
|
|||
|
||||
def test_requisite_implicit_list(self):
|
||||
'''Ensure that the implicit list characteristic works as expected'''
|
||||
ret = self.render(requisite_implicit_list_template)
|
||||
ret = self.render(requisite_implicit_list_template,
|
||||
{'grains': {
|
||||
'os_family': 'Debian',
|
||||
'os': 'Debian'
|
||||
}})
|
||||
|
||||
self.assertEqual(ret, OrderedDict([
|
||||
('pkg', OrderedDict([
|
||||
|
|
Loading…
Add table
Reference in a new issue