mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Fix docstring
This commit is contained in:
parent
5186f047ce
commit
5119ff1b73
@ -503,7 +503,7 @@ class SSHThinTestCase(TestCase):
|
||||
@patch('salt.utils.thin.sys.version_info', _version_info(None, 3, 6))
|
||||
def test_gen_thin_main_content_files_written_py3(self):
|
||||
'''
|
||||
Test thin.gen_thin function if control files are written (version, salt-call etc).
|
||||
Test thin.gen_thin function if main content files are written.
|
||||
NOTE: Py2 version of this test is not required, as code shares the same spot across the versions.
|
||||
|
||||
:return:
|
||||
|
Loading…
Reference in New Issue
Block a user