Merge pull request #10195 from s0undt3ch/develop

Fix typo
This commit is contained in:
Pedro Algarvio 2014-02-04 18:32:43 -08:00
commit 6d7cd072a1

View File

@ -834,7 +834,7 @@ class ModuleCase(TestCase, SaltClientTestCaseMixIn):
if not match:
# We don't know how to handle this
continue
jid = match.group('jib')
jid = match.group('jid')
if jid in jids:
continue