mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Make lazydict workaround PY3-compatible
This commit is contained in:
parent
2d0e96385f
commit
c6f54ecff4
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class DockerTestCase(TestCase, LoaderModuleMockMixin):
|
|||
)
|
||||
# Force the LazyDict to populate its references. Otherwise the lookup
|
||||
# will fail inside the unit tests.
|
||||
utils.keys()
|
||||
list(utils)
|
||||
return {docker_mod: {'__context__': {'docker.docker_version': ''},
|
||||
'__utils__': utils}}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue