mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Pass opts not an ImmutableDict of opts
This commit is contained in:
parent
619c2a49ed
commit
4db02487f1
@ -9,7 +9,7 @@ import salt.wheel
|
||||
|
||||
class KeyWheelModuleTest(integration.TestCase, integration.AdaptedConfigurationTestCaseMixIn):
|
||||
def setUp(self):
|
||||
self.wheel = salt.wheel.Wheel(self.get_config('client_config'))
|
||||
self.wheel = salt.wheel.Wheel(dict(self.get_config('client_config')))
|
||||
|
||||
def test_list_all(self):
|
||||
ret = self.wheel.call_func('key.list_all')
|
||||
|
Loading…
Reference in New Issue
Block a user