mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Cleaned up syntax error
This commit is contained in:
parent
797d28899a
commit
49b2465cf0
@ -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'
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user