mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #34616 from jacobhammons/network-settings-mock
Adds a mock required for the network settings beacon
This commit is contained in:
commit
c8bdfb272d
1 changed files with 2 additions and 0 deletions
|
@ -128,6 +128,8 @@ MOCK_MODULES = [
|
|||
'salt.ext.six.moves.winreg',
|
||||
'win32security',
|
||||
'ntsecuritycon',
|
||||
'pyroute2',
|
||||
'pyroute2.ipdb',
|
||||
]
|
||||
|
||||
for mod_name in MOCK_MODULES:
|
||||
|
|
Loading…
Add table
Reference in a new issue