mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #49188 from cachedout/fix_test_pkg
Fix bug in test_pkg
This commit is contained in:
commit
5f905d7260
1 changed files with 1 additions and 0 deletions
|
@ -728,6 +728,7 @@ class PkgTest(ModuleCase, SaltReturnAssertsMixin):
|
|||
ret = self.run_state('pkg.removed', name=target)
|
||||
self.assertSaltTrueReturn(ret)
|
||||
|
||||
@requires_system_grains
|
||||
def test_pkg_014_installed_missing_release(self, grains=None): # pylint: disable=unused-argument
|
||||
'''
|
||||
Tests that a version number missing the release portion still resolves
|
||||
|
|
Loading…
Add table
Reference in a new issue