Remove whitespace

This commit is contained in:
twangboy 2016-08-01 14:08:52 -06:00
parent 8e83757c78
commit 8eb97d08be

View File

@ -192,7 +192,7 @@ class UseraddModuleTestWindows(integration.ModuleCase):
user_info = self.run_function('user.info', [user_name])
self.assertIn(group_name, user_info['groups'])
except AssertionError:
raise