mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add additional missing modules to whitelist
This commit is contained in:
parent
7192c38f66
commit
6192391b7b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class DockerTestCase(TestCase, LoaderModuleMockMixin):
|
|||
def setup_loader_modules(self):
|
||||
utils = salt.loader.utils(
|
||||
salt.config.DEFAULT_MINION_OPTS,
|
||||
whitelist=['args']
|
||||
whitelist=['args', 'docker', 'json', 'state', 'thin']
|
||||
)
|
||||
return {docker_mod: {'__context__': {'docker.docker_version': ''},
|
||||
'__utils__': utils}}
|
||||
|
|
Loading…
Add table
Reference in a new issue