Remove line that checks against unordered keys

This commit is contained in:
Mike Place 2016-09-30 20:24:49 +09:00
parent 0e9148293a
commit 16f5bb70ec
No known key found for this signature in database
GPG key ID: 9136F4F13705CFD3

View file

@ -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':