mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update test_pkgrepo.py
This commit is contained in:
parent
13cf9eb5b1
commit
9373dff52b
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class PkgrepoTest(ModuleCase, SaltReturnAssertsMixin):
|
|||
'''
|
||||
os_family = grains['os_family'].lower()
|
||||
|
||||
if os_family in ('redhat'):
|
||||
if os_family in ('redhat',):
|
||||
kwargs = {
|
||||
'name': 'examplerepo',
|
||||
'baseurl': 'http://example.com/repo',
|
||||
|
|
Loading…
Add table
Reference in a new issue