Update doc test to -d changes

This commit is contained in:
Thomas S Hatch 2013-03-11 23:27:18 -06:00
parent 14218edac2
commit d70ecc8387

View File

@ -197,7 +197,7 @@ class MatchTest(integration.ShellCase, integration.ShellCaseCommonTestsMixIn):
'''
Test to see if we're supporting --doc
'''
data = self.run_salt('-d user')
data = self.run_salt('-d \* user')
self.assertIn('user.add:', data)
def test_salt_documentation_arguments_not_assumed(self):