remove unecessary comment in setup

This commit is contained in:
Ch3LL 2018-08-03 15:34:46 -04:00
parent 8e30db0217
commit 3d6455dbcd
No known key found for this signature in database
GPG key ID: 132B55A7C13EFA73

View file

@ -39,7 +39,6 @@ class CMDModuleTest(ModuleCase):
Validate the cmd module
'''
def setUp(self):
# only need to manage this user for the test_runas test
self.runas_usr = 'nobody'
if salt.utils.platform.is_darwin():
self.runas_usr = 'macsalttest'