mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
fix test_wheel_with_kwarg
This commit is contained in:
parent
999323a1dd
commit
cc036ac907
@ -51,8 +51,8 @@ class SaltUtilModuleTest(integration.ModuleCase):
|
||||
just need this for testing purposes.
|
||||
'''
|
||||
ret = self.run_function('saltutil.wheel', ['key.gen'], keysize=1024)
|
||||
self.assertIn('pub', ret)
|
||||
self.assertIn('priv', ret)
|
||||
self.assertIn('pub', ret['return'])
|
||||
self.assertIn('priv', ret['return'])
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
Loading…
Reference in New Issue
Block a user