mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Update doc test to -d changes
This commit is contained in:
parent
14218edac2
commit
d70ecc8387
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user