mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
One more grain.item
fix to comply with new dict output.
This commit is contained in:
parent
0207416f3c
commit
34522907e8
@ -24,7 +24,7 @@ class TestModulesGrains(integration.ModuleCase):
|
||||
'''
|
||||
opts = self.minion_opts
|
||||
self.assertEqual(
|
||||
self.run_function('grains.item', ['test_grain']),
|
||||
self.run_function('grains.item', ['test_grain'])['test_grain'],
|
||||
opts['grains']['test_grain']
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user