mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add __grains__
This commit is contained in:
parent
bb12da9a3b
commit
2735b197b9
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ class StatusBeaconTestCase(TestCase, LoaderModuleMockMixin):
|
|||
'__opts__': opts,
|
||||
'__salt__': 'autoload',
|
||||
'__context__': {},
|
||||
'__grains__': opts['grains']
|
||||
}
|
||||
return {
|
||||
status: module_globals,
|
||||
|
|
Loading…
Add table
Reference in a new issue