mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Correct docstring for test_virtual (#61529)
* Correct docstring for test_virtual
This module is actually just used for testing, it's not a module that actually has any utility.
* 🤷
This commit is contained in:
parent
b677222e9e
commit
a8f0094c38
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
"""
|
||||
Module for running arbitrary tests with a __virtual__ function
|
||||
Module for testing that a __virtual__ function returning False will not be
|
||||
available via the Salt Loader.
|
||||
"""
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue