mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix minor document error of test.assertion (#33067)
This commit is contained in:
parent
f8757631b2
commit
398793bfc0
1 changed files with 1 additions and 1 deletions
|
@ -541,6 +541,6 @@ def assertion(assertion):
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
salt '*' test.assert False
|
||||
salt '*' test.assertion False
|
||||
'''
|
||||
assert assertion
|
||||
|
|
Loading…
Add table
Reference in a new issue