mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix another unit test stacktrace in pkg_resource
This commit is contained in:
parent
1db559afe9
commit
435547a747
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ class PkgresTestCase(TestCase):
|
|||
'''
|
||||
Test to add a package to a dict of installed packages.
|
||||
'''
|
||||
self.assertIsNone(pkg_resource.add_pkg('pkgs', 'name', 'version'))
|
||||
self.assertIsNone(pkg_resource.add_pkg({'pkgs': []}, 'name', 'version'))
|
||||
|
||||
def test_sort_pkglist(self):
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue