mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Workaround for utils
This commit is contained in:
parent
a6a24c2b3b
commit
f609917760
1 changed files with 2 additions and 0 deletions
|
@ -111,6 +111,8 @@ if HAS_CHERRYPY:
|
|||
}
|
||||
|
||||
def setUp(self):
|
||||
if not hasattr(self, '_cp_config'):
|
||||
self._cp_config = {}
|
||||
Root._cp_config = self._cp_config
|
||||
root = Root()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue