mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #47162 from terminalmage/bp-47161
Partial backport of #47161 to 2018.3 branch
This commit is contained in:
commit
291cca7ed8
1 changed files with 2 additions and 2 deletions
|
@ -439,8 +439,8 @@ class PillarTestCase(TestCase):
|
|||
'renderer_blacklist': [],
|
||||
'renderer_whitelist': [],
|
||||
'state_top': '',
|
||||
'pillar_roots': [],
|
||||
'file_roots': [],
|
||||
'pillar_roots': {},
|
||||
'file_roots': {},
|
||||
'extension_modules': ''
|
||||
}
|
||||
grains = {
|
||||
|
|
Loading…
Add table
Reference in a new issue