Fix docstring

This commit is contained in:
Bo Maryniuk 2018-03-23 15:12:34 +01:00
parent 5186f047ce
commit 5119ff1b73

View File

@ -503,7 +503,7 @@ class SSHThinTestCase(TestCase):
@patch('salt.utils.thin.sys.version_info', _version_info(None, 3, 6)) @patch('salt.utils.thin.sys.version_info', _version_info(None, 3, 6))
def test_gen_thin_main_content_files_written_py3(self): 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. NOTE: Py2 version of this test is not required, as code shares the same spot across the versions.
:return: :return: