Update test_pkgrepo.py

This commit is contained in:
Gareth J. Greenaway 2018-04-09 19:40:43 -07:00 committed by rallytime
parent 13cf9eb5b1
commit 9373dff52b
No known key found for this signature in database
GPG key ID: E8F1A4B90D0DEA19

View file

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