Cleaned up syntax error

This commit is contained in:
Intchanter 2012-07-04 17:42:53 -06:00
parent 797d28899a
commit 49b2465cf0

View File

@ -183,7 +183,7 @@ class TestFind(TestCase):
@skipIf(sys.platform.startswith('win'), 'No /dev/null on Windows')
def test_owner_option_requires(self):
self.assertRaises(i
self.assertRaises(
ValueError, salt.utils.find.OwnerOption, 'owner', 'notexist'
)