mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove line that checks against unordered keys
This commit is contained in:
parent
0e9148293a
commit
16f5bb70ec
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ class PkgModuleTest(integration.ModuleCase,
|
|||
uri = 'http://ppa.launchpad.net/otto-kesselgulasch/gimp-edge/ubuntu'
|
||||
ret = self.run_function('pkg.mod_repo', [repo, 'comps=main'])
|
||||
self.assertNotEqual(ret, {})
|
||||
self.assertIn('deb '+uri, ret.keys()[0])
|
||||
ret = self.run_function('pkg.get_repo', [repo])
|
||||
self.assertEqual(ret['uri'], uri)
|
||||
elif os_grain == 'CentOS':
|
||||
|
|
Loading…
Add table
Reference in a new issue