mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add 'minion_data_cache: True' to mocked opts for minions unit tests
This commit is contained in:
parent
196ce3f75e
commit
21a51c9336
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class CkMinionsTestCase(TestCase):
|
|||
TestCase for salt.utils.minions.CkMinions class
|
||||
'''
|
||||
def setUp(self):
|
||||
self.ckminions = salt.utils.minions.CkMinions({})
|
||||
self.ckminions = salt.utils.minions.CkMinions({'minion_data_cache': True})
|
||||
|
||||
def test_spec_check(self):
|
||||
# Test spec-only rule
|
||||
|
|
Loading…
Add table
Reference in a new issue